三种报错解决:
1、报错:E325: ATTENTION:
删除.git隐藏文件夹下的.COMMIT_EDITMSG.swp
2、报错:Please enter the commit message for your changes. Lines starting # with ‘#’ will be ignored
使用git push -u origin master提交
3、报错:Timed out
因为刚刚使用VPN访问Github,克隆http地址之后就马上git clone 仓库了,但是一直显示连接超时,找了好久,感觉是VPN代理端口的问题,取消代理就好了。
git config --global --unset http.proxy
git config --global --unset https.proxy