PhpStorm VCS更新错误:无法生成

时间:2016-07-17 15:55:53

标签: php version-control phpstorm

尝试在PhpStorm上更新我的VCS时收到错误。

我刚刚在git上提交并尝试从PhpStorm更新它但我一直收到此错误。

Fetch failed
            error: cannot spawn C:\Users\ali\.PhpStorm2016.2\system\tmp\intellij-git-askpass.bat: No such file or directory
            error: failed to execute prompt script (exit code 1)
            fatal: could not read Password for 'https://libedux@bitbucket.org': No error

2 个答案:

答案 0 :(得分:0)

我试图解决这个“ intellij-git-askpass.bat:没有这样的文件或目录”几个小时(文件到位,没有防病毒软件阻止它,移动配置目录不起作用等),什么起作用了原为:

  1. 导出设置
  2. 从其他jetbrains产品导入设置(虽然可能没有必要,但没有此类问题)
  3. 从步骤1导入设置

是的,我没有找到原因,但是上述步骤对我有用,因此可以节省一些人的工作时间。

答案 1 :(得分:-1)

我在git console上写了这个解决方案

git pull origin master