GitHub的密码缓存助手无法识别路径中的git


3

我正在尝试设置GitHub在本页底部为Windows 7推荐的密码缓存实用程序。当我运行安装程序时,它告诉我它在我的路径环境变量中找不到GIT。我已经使用git很长一段时间了,它绝对是安装的。

我把它添加到我的PATH系统变量的末尾:

C:\Program Files (x86)\Git\bin;

并尝试再次运行安装程序,但它仍然无法识别它。它说我可以通过运行指定确切的路径

git-credential-winstore -i C:\Path\To\Git.exe

我不知道怎么做 - git-credential-winstore.exe是下载文件的名称。我已经尝试在命令窗口中运行它:

C:\Users\estrom\Downloads>git-credential-winstore -i C:\Program Files (x86)\Git\bin

和这样:

C:\Users\estrom\Downloads>git-credential-winstore -i C:\Program Files (x86)\Git\bin\git.exe

在这两种情况下,我都会收到相同的错误消息:

Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified

   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Git.Credential.WinStore.Program.InstallTheApp(String pathToGit, Boolean silent)
   at Git.Credential.WinStore.Program.Main(String[] args)

我是一个Linux女孩,我真的不熟悉如何在Windows中执行此操作。我究竟做错了什么?

Answers:


2

我联系了GitHub的支持,他们提供了这个:

C:\Users\estrom\Downloads>git-credential-winstore -i "C:\Program Files (x86)\Git\bin\git.exe"
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.