简体   繁体   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

i first time to create github.io page follow https://pages.github.com/我第一次创建 github.io 页面关注https://pages.github.com/

i have create repository, and install git.exe local win10, them git clone https://github.com/username/username.github.io我已经创建存储库,并安装 git.exe 本地 win10,它们git clone https://github.com/username/username.github.io

but get the wrong info.但得到错误的信息。

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

you can use by你可以使用

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

暂无
暂无

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

相关问题 git push 错误:RPC 失败; curl 52 OpenSSL SSL_read:连接已重置,错误号 10054 - git push error: RPC failed; curl 52 OpenSSL SSL_read: Connection was reset, errno 10054 如何解决'错误:RPC失败; curl 56 OpenSSL SSL_read:将文件推送到 github 存储库时连接已重置,errno 10054'? - How can solve 'error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054' when pushing files to a github repository? 无法访问'https://github.com/AFNetworking/AFNetworking.git/':与github.com:9847相关的未知SSL协议错误 - unable to access 'https://github.com/AFNetworking/AFNetworking.git/': Unknown SSL protocol error in connection to github.com:-9847 Git Push失败:致命:无法访问与github.com有关的未知SSL协议错误:-9805 - Git Push failed: fatal: unable to access Unknown SSL protocol error in connection to github.com:-9805 致命:无法访问“https://github.com/xxx”:LibreSSL SSL_connect: SSL_ERROR_SYSCALL 连接到 github.com:443 - fatal: unable to access 'https://github.com/xxx': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 OpenSSL SSL_connect:连接被重置连接到 github.com:443 同时尝试 git 推送 - OpenSSL SSL_connect: Connection was reset in connection to github.com:443 while try to git push OpenSSL SSL_connect:连接被重置连接到 github.com:443 git windows - OpenSSL SSL_connect: Connection was reset in connection to github.com:443 git windows git:OpenSSL SSL_connect:连接重置为连接到 github.com:443 - git: OpenSSL SSL_connect: Connection was reset in connection to github.com:443 git 克隆错误:RPC 失败; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 - git clone error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 致命:无法访问“ https://github.com/MyName/MyRepo.git/”:请求的URL返回错误:403 - fatal: unable to access 'https://github.com/MyName/MyRepo.git/': The requested URL returned error: 403
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM