刚才在将本地文件夹上传到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
就完美解决了。