0
点赞
收藏
分享

微信扫一扫

LLM - ChatGLM-6B (General Language Model) 的工程配置

潇湘落木life 2023-07-06 阅读 51
git
  1. fatal: unable to access ‘https://github.com/xxx’: OpenSSL SSL_read: Connection was reset, errno 10054
git config --global http.sslVerify false
  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. ! [remote rejected] main -> main (pre-receive hook declined)
    参考:https://blog.csdn.net/cljdsc/article/details/127112417
举报

相关推荐

0 条评论