github的push失败

0
分享 2022-03-01
错误1 fatal: unable to access '省略/zhihucrawler.git/': OpenSSL SSL_read: Connection was aborted, errno 10053
错误2 fatal: unable to access 'https://github.com/dansdocker/zhihucrawler.git/': Failed to connect to github.com port 443: Timed out
 查github的有效dns 替换本地hosts
 
大push请求问题(一次提交的代码太多了):
git config --global http.postBuffer 524288000

证书信任报错问题:
git config --global http.sslVerify "false"

0 个评论

要回复文章请先登录注册