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
Post a Comment