我正在尝试在此页面底部设置 GitHub 为 Windows 7 推荐的密码缓存实用程序,但无法理解问题所在(导致程序停止工作,需要我关闭它)。
我用谷歌搜索了错误消息,发现了一个错误非常相似的问题(这里),
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)
指示错误是在路径环境变量中查找 GIT。我的错误缺少“String pathToGit”,这意味着我不是这种情况,所以我不知道为什么我无法安装(我第一次使用 Git!)...
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(Boolean silent)
at Git.Credential.WinStore.Program.Main(String[] args)
任何人都可以启发我吗?我不太会说命令行,但试图解决它,但没有成功。