简体   繁体   中英

git push heroku master error: cannot spawn ssh: No such file or directory fatal: unable to fork

git push heroku master
 error: cannot spawn ssh: No such file or directory fatal:
 unable to fork

I have windows 8 and i am working on the third rails tutorial. When I use the railsinstaller I push my app through Heroku. For the tutorial I had to make some changes and add extra gems and now I do not have access to Heroku. Heroku has my key. I checked it. Thank you for helping

Try running "ssh -T git@github.com" in your terminal to see if you're authenticated. I suggest following this guide if you haven't already done so: https://help.github.com/articles/generating-ssh-keys

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM