全局设置GIt用户名和密码
git config --global user.name "Your Name"
git config --global user.email "your_email@example.com"
文档信息
- 本文作者:Ling He
- 本文链接:https://GoggleHe.github.io/wiki/2024-04-03-Command-of-Git/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)
全局设置GIt用户名和密码
git config --global user.name "Your Name"
git config --global user.email "your_email@example.com"