git config --list
git config user.name
git config user.email
git config --global
git config --global --unset user.name
git config --global --unset user.email
git config --list
git config user.name
git config user.email
相关文章
- 01-12git config user name email
- 01-12解决:Please tell me who you are. Run git config --global user.email “you@example.com“ git conf
- 01-12remote: Permission to user_name/Code.git denied to other_user_name. fatal: unable to access 'https://github.com/user_name/Code.git/': The requested URL returned error: 403