1、Unable to access 'https://github.com/chenbiao994700146/mybatis-plus.git/': SSL certificate problem: unable to get local issuer certificate

解决:
git config --global http.sslVerify false
2、RPC failed; HTTP 302 curl 22 The requested URL returned error: 302 the remote end hung up unexpectedly
3、RPC failed; HTTP 405 curl 22 The requested URL returned error: 405 the remote end hung up unexpectedly
解决:
网络问题。切换自己热点,不用公司网络
4、本地有文件没提交
本文介绍了在使用Git时遇到的SSL证书问题('unable to get local issuer certificate')及其解决方案,通过设置`git config --global http.sslVerify false`禁用SSL验证。此外,还提到了两个HTTP错误(302和405)的解决方法,分别是网络切换和个人热点的使用,以及可能存在的本地未提交文件情况。
640

被折叠的 条评论
为什么被折叠?



