
解决git push提示fatal: unable to access ‘xxx.git/‘:的错误
解决git push提示fatal: unable to access ‘xxx.git/’:gnutls_handshake() failed: Error in the pull function.的错误
由于此次实验需要用到github classroom 在一次提交的过程中发生了如下错误, 搜索之后很多方法如出一辙但是并不解决问题,这里分享一个从StackOverflow上面的得到的可以解决的方法:
I solved this modifying ~/.gitconfig adding the proxy conf:
首先,检查是不是用了代理,如果有代理,在这个文件中添加如下内容:
[http] proxy = xxx.xxx.xxx.xxx:pppp我这里是因为用了一个加速GitHub的软件,因此设置了自动代理,最后添加 成功 git push:
👁️ 阅读量:0
© 版权声明:本文《解决git push提示fatal: unable to access ‘xxx.git‘:的错误》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686960323a409207.html。