git提交時報錯:fatal: unable to access 'http:.git/': SSL certificate problem: self signed certificate git 未能順利結束 (退出碼 1)
解決方法:
在git bash中運行git 自帶的配置命令git config --global http.sslVerify false(將安全認真關掉) 后再次提交即可
git提交時報錯:fatal: unable to access 'http:.git/': SSL certificate problem: self signed certificate git 未能順利結束 (退出碼 1)
解決方法:
在git bash中運行git 自帶的配置命令git config --global http.sslVerify false(將安全認真關掉) 后再次提交即可
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。