1. 程式人生 > >git提示error setting certificate verify locations

git提示error setting certificate verify locations

進入到你的repository

按住shift鍵,滑鼠右鍵,選擇git bash視窗

執行

git config --system http.sslverify false

重新回到Idea中,重新push,輸入使用者和密碼

push 成功

如果開啟git bash視窗閃退,可以參考https://my.oschina.net/u/3049601/blog/1861058