Git push失败

刚才在将本地文件夹上传到github上时出现下面报错

1
2
$ git push -u origin master
fatal: unable to access 'https://github.com/hao14293/blogbackup.git/': gnutls_handshake() failed: Error in the pull function.

解决方法

1
$ git config --global credential.helper store

然后再次

1
$ git push -u origin master

输入Username Password就完美解决了。

-------------本文结束感谢您的阅读-------------
hao14293 wechat
交流或订阅,请扫描上方微信二维码