次のコマンド:
$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
私はUbuntu 12.04を使用しています
git version
私にくれます
git version 1.7.9.5
gitを使用してプロジェクトを保存しようとしますが、「テストユーザー」名でコマンドを実行したくないので、これで助けてください。