git - Win7 : plink.exe: No such file or directory -


i can

git add. git commit -m "first commit" 

but cannot push

git push -u origin master 

error:

cannot spawn c:\users\seb\downloads\plink.exe: no such file or directory fatal: unable fork

first ensure have installed plink.exe. recommend install program files because folder c:\users\seb\downloads\ bad place.

then check environment variable git_ssh. should like:

git_ssh=%programfiles(x86)%\putty\plink.exe 

or

git_ssh=%programfiles%\putty\plink.exe 

this error happened when there space in git_ssh environment variable.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -