Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

problems with pushing to github

has anyone else come across this problem? I cant push to github, when i try to do the git push master origin command i get this error

Permission denied (publickey). fatal: The remote end hung up unexpectedly

anyone know how to solve this?

1 Answer

Eddie Flores
Eddie Flores
9,110 Points

Check this out. It helped me the first time that I saw that before. It's just most likely that your SSH key isn't the same from your computer to github.

https://help.github.com/articles/error-permission-denied-publickey

Also, are you doing this project from a windows, mac, or linux computer?