webstorm进行代码commit和push失败出现:Could not read from remote repository,但使用命令行可以。
解决方法:
1、$ ssh-add -K ~/.ssh/id_rsa
2、
打开默认设置
跳转git设置,把SSH设置成Natvie即可
参考:
https://stackoverflow.com/questions/27566999/git-with-intellij-idea-could-not-read-from-remote-repository
https://blog.csdn.net/qq_26744901/article/details/86710418
网友评论