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 trialRachel Varon
Front End Web Development Techdegree Student 16,723 PointsNo access to the repo
I have gone through the steps 3 times and I keep getting an error. Here it is:
remote: Permission to realkdaigle/hello-treehouse.git denied to rkvaron.
fatal: unable to access 'https://github.com/realkdaigle/hello-treehouse.git/': The requested URL returned error: 403
RachelseGreyMBP:hello-treehouse rachelkvaron$
How can I remove the duplicate branches I have made and why is it under realkdaigle instead of my githib account?
2 Answers
Rafael Castillo
Front End Web Development Techdegree Student 10,301 PointsI originally had this problem.
I sussed out the solution. I was working with the original clone that I had downloaded from realkdaigle and not the one I needed to clone from my organization's repo.
Seokhyun Wie
Full Stack JavaScript Techdegree Graduate 21,606 PointsIf any of you have the same issue as Rachel had is because you directly cloned the repo from realkdaigle/hello-treehouse
. Try clone from the repo that is in YOURNAME-INC
organization account that has been forked from the original repo. (at least in my case it solved the problem)