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

C# Collaborating

Getting error in the output window. Unable to push the branch to master.

I'm using the most recent version of Visual Studio 17. When I attempt to push the "Cleanup" branch I get an error in my output window stating:

Opening repositories: C:\Users\sesseladdo\Source\Repos\TeamPowered Error encountered while pushing branch to the remote repository: Git failed with a fatal error. fatal: unable to access 'https://github.com/carlingkirk/TeamPowered/': The requested URL returned error: 403 Pushing to https://github.com/carlingkirk/TeamPowered Error encountered while pushing branch to the remote repository: Git failed with a fatal error. fatal: unable to access 'https://github.com/carlingkirk/TeamPowered/': The requested URL returned error: 403 Pushing to https://github.com/carlingkirk/TeamPowered

I don't think you can push your changes of your branch to the master branch owned by Carling Kirk. You can only push changes to the repositories owned by you or to the ones you were given rights to push to.

I am having the same error:

Pushing CleanupBranch Error encountered while pushing branch to the remote repository: Git failed with a fatal error. unable to access 'https://github.com/treehouse/TeamPowered/': The requested URL returned error: 403 Pushing to https://github.com/treehouse/TeamPowered

I have exactly the same problem