我在PHPStorm
设置中设置了git路径,点击 TEST 表示它工作正常。但是尝试通过
git remote add origin https://user@bitbucket.org/user/repo.git)
总是给我错误:
“无法运行程序”git“(在目录中 “C:\ Users \ User \ Documents \ Development \ web \ project”):CreateProcess error = 2,系统找不到指定的文件“
我现在刚刚安装了最新的Git,但我仍然遇到了这个问题。
编辑:git
命令在Windows命令行中被识别。但是,在PHPStorm命令行中它不是,但是如果我将git
交换为C:\Program Files (x86)\Git\cmd\git.exe
则可行。这可能是系统变量错误吗?或PHPStorm错误?