
1.报错:OpenSSL SSL_read: Connection was reset,作为中常 errno 10054
// 解决方法 git config --global http.sslVerify"false" // 解决方法 git config --global http.sslVerify "false" // 解决方法 git config --global http.sslVerify "false"2.报错 :Failed to connect to github.com port 443: Timed out
// 解决方法 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset http.proxy git config --global --unset https.proxy // 解决方法 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset http.proxy git config --global --unset https.proxy // 解决方法 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset http.proxy git config --global --unset https.proxy3.修改仓库地址
github策略更新后无法用账号密码推送