简体   繁体   中英

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/

i have create repository, and install git.exe local win10, them 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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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