天天看點

解決IntelliJ IDEA中git出現的 Could not read from remote repository問題

1.解決辦法:

在Settings->Version Control->Git中,将SSH executable設定為Native即可,如圖,紅色箭頭中是要修改的地方。

解決IntelliJ IDEA中git出現的 Could not read from remote repository問題

2.出現原因:

使用native的意思就是用本地SSH,因為一般我們都會把SSH配置在本地C:\Users\xxxxxx.ssh\ 下面