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 GitHub Basics Get Involved in Open Source Contributing to a Project with a Pull Request

Rachel Varon
seal-mask
.a{fill-rule:evenodd;}techdegree
Rachel Varon
Front End Web Development Techdegree Student 16,723 Points

No 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

I 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
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Seokhyun Wie
Full Stack JavaScript Techdegree Graduate 21,606 Points

If 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)