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 trialamadeo brands
15,375 PointsPosting to git hub...?
During my git lessons I want to puch my program to git hub ... but I get the following message?
fatal: remote origin already exists.
Any idea how come? I restardted the console and did it all ...? Any fix?
Also when I try to just puch the home folder I get:
error: src refspec master does not match any. error: faild to push some refs to "https://github.com/amadeobrands/amadeo01.git"
Any idea what is wrong here? Thank you.
1 Answer
James Gill
Courses Plus Student 34,936 PointsAmadeo,
You must first add the remote repo, like this:
git remote add origin https://github.com/amadeobrands/amadeo01.git
See here for instructions.