IDEA中push、pull操作出现 Could not read from remote repository 问题的解决办法

1. 问题
    IEDA(版本2018.1.6)中使用 git 向远程 push/pull 代码时,出现 Could not read from remote repository 错误。

 网上搜了一下说是ssl证书的验证问题,并且我用的SSH的请求url:

 
2. 解决办法
 
 在 File --> Settings --> Version Control --> Git -->SSH executable 下设置为 Native 即可。
 如下图:

07a141e6cfb69c7eb58b20778c24d5c4.png

 

参考链接:https://blog.csdn.net/steveliu13/article/details/79387475

posted @ 2020-11-19 21:09  whysun  阅读(817)  评论(1)    收藏  举报