lishihuan小于 1 分钟

https://blog.csdn.net/qq_29493173/article/details/114534057open in new window

Git报错解决:OpenSSL SSL_read: Connection was reset, errno 10054

鼠标右击:进入Git Bash Here

输入git config --global http.sslVerify "false"

场景导出项目报错

lishihuan@DESKTOP-QE5LN7S MINGW64 /d/java编程/项目/mpush_demo
$ git clone https://github.com/mpush/AndroidDemo.git
Cloning into 'AndroidDemo'...
fatal: unable to access 'https://github.com/mpush/AndroidDemo.git/': OpenSSL SSL_read: Connection was reset, errno 10054

lishihuan@DESKTOP-QE5LN7S MINGW64 /d/java编程/项目/mpush_demo
$ git config --global http.sslVerify "false"

lishihuan@DESKTOP-QE5LN7S MINGW64 /d/java编程/项目/mpush_demo
$ git clone https://github.com/mpush/AndroidDemo.git			## 克隆项目
Cloning into 'AndroidDemo'...
remote: Enumerating objects: 95, done.
remote: Total 95 (delta 0), reused 0 (delta 0), pack-reused 95
Unpacking objects: 100% (95/95), 541.33 KiB | 22.00 KiB/s, done.