git clone 出现错误及解决方案
错误一
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying stream
解决方法:
git config --global http.version HTTP/1.1
错误二
error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054fatal: error reading section header 'shallow-info'
解决方法:
git config --global http.sslVerify 'false'
错误三
remote: Repository not found.
解决方法:
检查一下你输入的地址是否正确。
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 Eternal Night
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果