error: cannot spawn D:\Program Files\TortoiseGit\bin\TortoisePLink.exe: No such file or directory
fatal: unable to fork
I got this error when I clone the repository from Bitbucket. Then I got the idea from the link http://www.techneiq.com/2012/08/error-cannot-spawn-cprogram.html?showComment=1360650218892#c1047110200586755151
And I just make a copy of the TortoiseGit folder from C:\Program Files\TortoiseGit\ to D:\Program Files\.
It surprisingly worked for me without modifying anything else.