다음 명령 :
$git config --global --list
나에게 준다 :
user.name=test user
user.name=gotqn
이름을 삭제하고 싶습니다. 이 기사를 참조 하고 다음 명령을 수행했지만 결과는 없습니다.
git config --global --remove-section user.name='test user'
git config --global --remove-section user.name="test user"
git config --global --remove-section user.name=test user
git config --global --remove-section user.name
git config --global --remove-section test user
우분투 12.04를 사용하고 있습니다.
git version
나에게 준다
git version 1.7.9.5
git을 사용하여 프로젝트를 저장하려고하지만 'test user'이름으로 명령을 실행하고 싶지 않기 때문에 이것에 대해 도움을주십시오.