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 trialSteven Westwood
896 PointsIt get a permision denid <publickey> error git clone git@github.com:treehouse/angular-basics.git .
I am stuck in the course. What address should I use to pool down the files to setup for course: https://teamtreehouse.com/library/building-a-mean-application/introduction-to-the-mean-stack/setting-up-an-express-application
1 Answer
Seth Kroger
56,413 PointsTry: git clone https://github.com/treehouse/angular-basics.git
which is what GitHub gives you when you click the Clone or Download button.