When I attempt to run Git from Windows command line under Windows system account (e.g. psexec /s /i cmd and then git pull from command prompt) I get the following error:
C:\Projects\Test>git pull
Could not create directory '/home/SYSTEM/.ssh'
With MSYSGit run under system account all paths defaulted to C:\Program Files (x86)\Git (e.g. C:\Program Files (x86)\Git\.ssh\known_hosts).
When I attempt to run Git from Windows command line under Windows system account (e.g.
psexec /s /i cmdand thengit pullfrom command prompt) I get the following error:With MSYSGit run under system account all paths defaulted to
C:\Program Files (x86)\Git(e.g.C:\Program Files (x86)\Git\.ssh\known_hosts).