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

Development Tools Git Basics Working With Remote Repositories Pushing and Pulling

git push new_feature...

How do I add the <name> <url> to move past this?

Either specify the URL from the command-line or configure a remote repository using git remote add <name> <url> and then push using the remote name git add push

treehouse ~/my_really_cool_project $ git push new_feature
fatal:'new_feature' does not appear to be a git repository
fatal: The remote end hung up unexpectedly"

1 Answer

Hey Katie

Did you open a new git repository on github.com first?

Paul