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 trialJohn Perry
2,643 Points$ git push our_clone master gives 2 fatal errors
Hi, my code and the error message is as follows:
my_really_cool_project johnperry $ git push our_clone master
fatal: 'our_clone_project' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Any suggestions? I'm stumped.
Thanks, John
1 Answer
Matthew Carr
11,220 PointsHave you used
git init
to set up the directory as a git repository?