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

JavaScript

Tried to do git clone git@github.com:treehouse-projects/mean-todo.git but getting permission denied.

I would like to follow along the video but my attempts to download the project has failed. I am getting a "fatal: Could not read from remote repository" in addition to permission denied message. Is the project no longer available?

1 Answer

Christopher Ford
Christopher Ford
3,407 Points

Hi Rick,

I think you just have the git repo url slightly wrong.

Try: git clone https://github.com/treehouse-projects/mean-todo.git

In general you should be able to get the address for a repo by clicking the green 'Clone or download' button on GitHub itself.

I hope this helps, Chris

That was it! Thanks Christopher. I tried it exactly as it is on the teacher's notes. Doesn't work that way. Thanks again.