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

Computer Science

git push -u origin master not working

when i add the git push -u origin master command after adding my git remote add origin it tells me

error: src refspec master does not match any.
error: failed to push some refs to 'https://github.com/ChristianE125/med als.git'

1 Answer

Mathieu Desilets
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Mathieu Desilets
Full Stack JavaScript Techdegree Graduate 20,826 Points

Hey Christian,

I might be wrong but there is no more 'master' branch on github. It has been renamed as 'main'.

You should be able to push on 'main'.