I'm trying to use GitHub for the first time, but after many issues trying to get the authentication right, I've managed to authenticate with [email protected] and created a repo, but when i try "git push origin master" i get the following error:
$ git push origin master
error: cannot spawn : No such file or directory
fatal: unable to fork
I cant find any reason for the error or any explanation in the trouble shooting pages, can anyone suggest why it may be that I get that error.
I have already specified/added the remote path as follows:
$ git remote add origin [email protected]:christopherdebeer/yUML-Diagram.git
please help.
Also this is all on a windows 7 machine running mysysgit (1.7.0.2) and using git bash.
re: Issue 313, a space in the GIT_SSH variable, cant be the problem mine is as follows:
$GIT_SSH="c:/putty/plink.exe"