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 trialJustin Taylor
14,870 PointsWhen I try to download into public with the github angular basics, it tells me I dont have permission. Help please
At about 3:20 where your supposed to download the github stuff it wont let me.
Rebekah Shaw
18,687 PointsI also am having the same problem, it looks like no one seems to have the answer
Tobi Sam
438 PointsI had the same issue, however, using this command works:
```javascript
git clone https://github.com/treehouse/angular-basics.git . ```
kristofer stensson
5,703 Pointskristofer stensson
5,703 PointsIm having the same issue here and cant figure out what is wrong.
kristofers-MacBook-Pro:public kristofers$ sudo git clone git@github.com:treehouse/angular-basics.git .
Cloning into '.'... The authenticity of host 'github.com (192.30.253.113)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.