Lệnh sau:
$git config --global --list
đưa cho tôi:
user.name=test user
user.name=gotqn
Tôi muốn xóa tên đầu tiên. Tôi đã đề cập đến bài viết này và đã thực hiện các lệnh sau nhưng không có kết quả:
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
Tôi đang sử dụng Ubuntu 12.04 và
git version
đưa cho tôi
git version 1.7.9.5
Xin vui lòng giúp đỡ về điều này, vì tôi muốn cố gắng lưu dự án của mình bằng git, nhưng không muốn thực thi lệnh với tên 'người dùng thử nghiệm'.