PHPStorm 报fatal: Could not read from remote repository的解决
phpstorm默认识别已经配置好的git,之前是单个git源,相安无事。
配置了公司和github的源之后,gitbash和TortoiseGit都可以用,但是phpStorm的git却不能连接remote repo。
明显phpStorm应该是没有使用外部的git,因此按照以下操作
file -> settings,搜索框输入git
在SSH excutable中,选择Native
而不是Buildin
,即使用系统本地的git,而不是phpStorm自带的git执行文件。