Następujące polecenie:
$git config --global --list
daje mi:
user.name=test user
user.name=gotqn
Chcę usunąć imię. Odniosłem się do tego artykułu i wykonałem następujące polecenia, ale bez żadnego rezultatu:
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
Używam Ubuntu 12.04 i
git version
daje mi
git version 1.7.9.5
Proszę, pomóżcie w tym, ponieważ chcę spróbować zapisać mój projekt za pomocą git, ale nie chcę wykonywać polecenia o nazwie „użytkownik testowy”.