当前位置:   article > 正文

【GIT】git常见错误解决_! [remote rejected] main -> main (pre-receive hook

! [remote rejected] main -> main (pre-receive hook declined) error: failed t
  1. fatal: unable to access ‘https://github.com/xxx’: OpenSSL SSL_read: Connection was reset, errno 10054
git config --global http.sslVerify false
  • 1
  1. fatal: unable to access ‘https://github.com/xxx/’: Failed to connect to github.com port 443 after 21105 ms: Timed out
git config --global --unset http.proxy
git config --global --unset https.proxy
  • 1
  • 2
  1. ! [remote rejected] main -> main (pre-receive hook declined)
    参考:https://blog.csdn.net/cljdsc/article/details/127112417
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/806983
推荐阅读
相关标签
  

闽ICP备14008679号