标签:点击 img .com -- name http email tor log
1.设置name和email
git config --global user.name "yilei"
git config --global user.email 87119538@qq.com
2.保存密码
git config --global credential.helper store
1.设置name和email
2.保存密码
点击编辑全局.git/config 弹出文本编器,在后面加入
[credential]
helper = store
标签:点击 img .com -- name http email tor log
原文地址:http://www.cnblogs.com/rabbityi/p/6737122.html