学无先后,达者为师

网站首页 编程语言 正文

git push时出现403,443

作者:苏Sue酥 更新时间: 2022-04-22 编程语言

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

原文链接:https://blog.csdn.net/ME_GIRL/article/details/122535764

栏目分类
最近更新