Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

amadeo 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,935 PointsAmadeo,
You must first add the remote repo, like this:
git remote add origin https://github.com/amadeobrands/amadeo01.git
See here for instructions.