git命令行能用,webstorm用Git报错
webstrom 在git pull或者git push时报错,但是用命令提示符git push没报错
webstrom中报10:59:52 Git Pull Failed: fatal: Could not read from remote repository.
之前都好好,突然就不能pull和push了
我在webstrom上用git remote -v,看了下ssh也没问题,不知道怎么搞得,虽然可以用命令提示符提交,但是每次这样就太麻烦了
SSH executable不小心选成了built-in了
从这儿学的