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 trialTrent Burkenpas
22,388 PointsTrying to set up ssh for Laravel.
When I type
ssh -T git@github.com
to make sure my ssh is working, i get a permission denied message.
Permission denied (publickey).
I have no idea why this is happening :(
1 Answer
Lars Nielsen
2,451 PointsTake a look at this: Error: Permission denied (publickey)
Trent Burkenpas
22,388 Pointsthanks for that article. After looking at my files, I do have a ssh file. So I can finally start working on Laravel! I think I did create a shh file earlier. And that might of been the problem
Anthony Garritano
Courses Plus Student 2,165 PointsAnthony Garritano
Courses Plus Student 2,165 PointsCan you give some more detail on what you are attempting to accomplish?