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

Arikaturika Tumojenko
Arikaturika Tumojenko
8,897 Points

fatal: 'exemple_clone' does not appear to be a git repository fatal: Could not read from remote repository.

I have 2 repositories: example (origin) and example_clone (the clone of example)

Each repository has one master branch only (I merged all the others and deleted the copies after)

I'm using the command

git push our_clone master

to push the master branch for origin to the clone (wile being on the master branch of the origin repository) and I get the error:

fatal: 'exemple_clone' 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 idea how to fix this? Thx.

Sandra Hogan
Sandra Hogan
8,657 Points

Is this a simple typo error by chance? example_clone vs. exemple_clone?