1.The requested URL returned error: 403

remote: Write access to repository not granted.

远程:未授予对存储库的写入访问权限。

解决方法:让领导给你开push权限

2.Failed to connect to github.com 443

git config --global http.proxy

3. OpenSSL SSL_read: SSL_ERROR_SYSCALL, error 10054

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

4.error: failed to push some refs to xxx

git push -u origin main -f
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐