git提交时报错:fatal: unable to access 'http:.git/': SSL certificate problem: self signed certificate git 未能顺利结束 (退出码 1)
解决方法:
在git bash中运行git 自带的配置命令git config --global http.sslVerify false(将安全认真关掉) 后再次提交即可
2024-04-02 19:25:59
git提交时报错:fatal: unable to access 'http:.git/': SSL certificate problem: self signed certificate git 未能顺利结束 (退出码 1)
解决方法:
在git bash中运行git 自带的配置命令git config --global http.sslVerify false(将安全认真关掉) 后再次提交即可