idea git Update failed unable to access 'https://github.com/tiankonglanlande/springboot.git/'

原文链接 https://www.lskyf.com/post/77

Update failed
            unable to access 'https://github.com/tiankonglanlande/springboot.git/': error setting certificate verify locations:
            CAfile: F:/tools/solftware/Git/mingw32/libexec/ssl/certs/ca-bundle.crt
            CApath: none

1.参照网上的l方法可以更新:

  • idea--->vcs-->git-->Romotes-->url  

  • 将远程地址:修改为:git://github.com/tiankonglanlande/springboot.git/

2.但是PUSH失败:

Push failed Remote error: You can't push to git://github.com/tiankonglanlande/springboot.git Use https://github.com/tiankonglanlande/springboot.git

3.又将url修改https,push的时候又报第一个错误

  • 找到我的证书位置(不知道可以全局搜索ca-bundle.crt) F:\tools\solftware\Git\mingw32\ssl\certs\ca-bundle.crt
  • 将我的证书复制到 F:/tools/solftware/Git/mingw32/libexec/ssl/certs/ca-bundle.crt

重新update,push,commit都能成功了

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章