Reputation: 363
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
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:
download the latest git archive PortableGit-2.5.1-64-bit.7z.exe
(to uncompress in a simple path like C:\prgs\PortableGit-2.5.1-64-bit
)
use that path (C:\prgs\PortableGit-2.5.1-64-bit\bin
) in the TortoiseGit config "Git.exe path
":
Upvotes: 1