
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策略更新后无法用账号密码推送 ,所以我们可以修改仓库地址带入token
git remote set-url origin https://你的仓库token@github.com/用户名/仓库名称.git git remote set-url origin https://你的token@github.com/用户名/仓库名称.git git remote set-url origin https://你的token@github.com/用户名/仓库名称.git 内容看完了 © 版权声明 1:本网站名称 :蜡笔傻新2:本站永久网址 :https://labishaxin.com/
3:本站部分内容收集于互联网