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 Introduction to Git GitHub and Other Remote Repositories Pushing Commits to GitHub

Ridge Christianson
Ridge Christianson
2,289 Points

Requested URL Error

I've tried my github password and now i tried a personal access token and this happened: treehouse:~/workspace/medals$ git push -u origin master
Username for 'https://github.com': TyeCtlm
Password for 'https://TyeCtlm@github.com':
remote: Permission to TyeCtlm/medals.git denied to TyeCtlm.
fatal: unable to access 'https://github.com/TyeCtlm/medals.git/': The
requested URL returned error: 403

1 Answer

Jamie Reardon
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jamie Reardon
Treehouse Project Reviewer

Hi Ridge Christianson a 403 status code means "Forbidden" which is the result of an unauthorised attempt to request. It would seem your credentials for git are incorrect. Double check that they are correct.

Helpful resource for git config