git clone 出现 fatal: unable to access ‘https://github.com/xxx类错误解决方法

git clone 出现 fatal: unable to access 'https://github.com/xxx类错误解决方法

在 github 上来托管一个项目时,git clone 遇到问题:

fatal: unable to access 'https://github.com/xxx.git/': TCP connection reset by peer

解决办法就是
将 git clone 后的地址改为SSH下的地址就OK了

git clone SSH下地址

git clone 出现 fatal: unable to access ‘https://github.com/xxx类错误解决方法_第1张图片

你可能感兴趣的:(git,git,github)