http://jingyan.baidu.com/article/597035521eefef8fc1074058.html
大家自己打开看,观看失败那一幅图就行了,我当时忘记截图不好意思
这个情况是怎么回事呢?
上面百度经验说是.net fr
最后发现这样一个问题
github在使用帮助中提供了这样的指导

想想自己没有设置git config --global user.name 和 user.email
git config --global user.email "me@here.com"
git config --global user.name "hainuo"
一切迎刃而解两句代码在gitshell中输入后,再次使用github for windows客户端登陆成功
最佳答案
