繁体   English   中英

git 克隆致命:无法访问“https://github.com/snsnsjsn/allen.github.io/”:OpenSSL SSL_read:连接已重置,errno 10054

[英]git clone fatal: unable to access 'https://github.com/snsnsjsn/allen.github.io/': OpenSSL SSL_read: Connection was reset, errno 10054

我第一次创建 github.io 页面关注https://pages.github.com/

我已经创建存储库,并安装 git.exe 本地 win10,它们git clone https://github.com/username/username.github.io

但得到错误的信息。

Cloning into 'username.github.io'...
fatal: unable to access 'https://github.com/username/username.github.io/': OpenSSL SSL_read: Connection was reset, errno 10054```

你可以使用

 git config --global http.sslVerify "false" 
 git config --global https.sslVerify "false"

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM