I'm trying to set up the password caching utility that GitHub recommends for Windows 7 at the bottom of this page, and can't understand what the problem is (causing the program to stop working requiring me to close it).
I googled the error message and found a question with a very similar error (here),
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)
indicating the error was in finding GIT in the path environment variable. My error lacks the "String pathToGit, ", meaning this isn't the case for me, so I've no clue as to why I'm unable to install (my first time with 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)
Can anyone enlighten me? I don't speak command line very well but have tried to work it out, to no success.