gpt4 book ai didi

windows - 如何在 Windows 中修复 "git-sh-setup: file not found"?

转载 作者:IT王子 更新时间:2023-10-29 01:00:22 35 4
gpt4 key购买 nike

我使用的是 Git,它工作正常,但在重新启动后,它显示以下错误:

git-sh-setup: file not found

如何解决这个问题?

最佳答案

我在 Windows 上最新的 Git (v2.17.1.windows.2) 遇到了这个问题,并通过添加两个解决了 cmd 和 PowerShell PATH 的目录:

  • C:\Program Files\Git\usr\bin
  • C:\Program Files\Git\mingw64\libexec\git-core

enter image description here

从提升的 powershell 中,您可以使用以下方式设置它:

$env:Path += ";c:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\libexec\git-core"
Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $env:Path

关于windows - 如何在 Windows 中修复 "git-sh-setup: file not found"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49256190/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com