Venu
Venu

Reputation: 363

Git Gui not working

git not displaying correct icons. Instead of green it is displaying blue. Also I not able initiate any commands via context menu( Git Gui) hence I am doing actions via cmd line for example: git clone

Upvotes: 0

Views: 991

Answers (1)

VonC
VonC

Reputation: 1323753

When I tried via Git GUI, I am getting following error:

 git.exe clone --progress -v "ssh://sxxxx-git1//data/git/SXXXXXX/TMXXX_App.git" "C:\xxx\TMxxx_App" Cloning into C:\xxxx\TMxxx_App... error: 
 cannot spawn C:\Program Files (x86)\Git\bin: No such file or directory 
 fatal: unable to fork

If the path is either not found, or not accessible (for a right issue), you can:

https://tortoisegit.org/docs/tortoisegit/images/SettingsMain.png

Upvotes: 1

Related Questions