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 Cloning

Jose Gutiérrez
Jose Gutiérrez
9,370 Points

Impossible to clone a local repository

I keep getting "fatal: repository my_repo does not exist" after $ git clone my_repo other_person_repo. I already checked permissions and I am pretty sure my_repo exists. What can I do?

1 Answer

HIDAYATULLAH ARGHANDABI
HIDAYATULLAH ARGHANDABI
21,058 Points

Well the repo should to be able to clone after the process you have mentioned. An other way to go to the repo and download it manually from the GIT web page. If you are using github download from the github web UI.

Enjoy Coding