代码之家  ›  专栏  ›  技术社区  ›  Pablo Fernandez

git存储不在IntelliJ PowerShell中工作,这是为什么?

  •  1
  • Pablo Fernandez  · 技术社区  · 6 年前

    > git stash
    fatal: could not exec C:/Users/pupeno/scoop/apps/git/current/mingw64/libexec/git-core/git-legacy-stash: No such file or directory
    

    事实上,该文件不存在,但运行Git存储在一个独立的电源外壳作品上。知道为什么吗?

    我将PowerShell配置为我的终端的方式如下:

    enter image description here

    这就是错误的样子:

    enter image description here

    1 回复  |  直到 6 年前
        1
  •  0
  •   CodeWizard    6 年前

    尽管错误输出上述位置,但文件本身应位于git安装文件夹下:

    C:\Program Files\Git\mingw64\libexec\git-core
    

    此问题可能是由于文件夹名称中有空格。
    Windows知道如何处理它。

    要验证这确实是安装git可移植版本时出现的问题,请更新配置并检查是否有错误。

    https://github.com/sheabunge/GitPortable/