使用IntelliJ Idea时,想从远程仓库执行fetch,push,pull命令时提示Could not read from remote repository.具体如下
14:31:53 Push failed: Failed with error: fatal: Could not read from remote repository.
14:37:05 Fetch failed: fatal: Could not read from remote repository.
具体的解决办法是,在IntelliJ IDea 设置(setting)窗口,找到git,将ssh executable项设置为native,参考下图: