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

General Discussion

How to submit project with Github

I created a Repo called SoccerCoordinator. But I do not see any files inside when I check on GitHub.com.

When I click on the Repo. It just brings me to page that says:

Quick setup — if you’ve done this kind of thing before Etc...

Am I missing a step here?

3 Answers

Thanks. I've watched the video several times now. but i must be special because i'm still getting an error.

When i go to my github. I click on the repo i created. but it brings me to this page:

Quick setup — if you’ve done this kind of thing before https://github.com/Midriff22/SoccerCoordinator.git

i feel like i need to do something with that link.

Henrik Christensen
seal-mask
.a{fill-rule:evenodd;}techdegree
Henrik Christensen
Python Web Development Techdegree Student 38,322 Points

Are you sure you connected your project on your computer with the repo on github by doing in the console:

git remote add origin https://github.com/your-username/your-project-name.git

and then push to github:

git push -u origin master

Hey Henrik, When I click on push. It says no Remotes available.

How do I connect it?

Henrik Christensen
seal-mask
.a{fill-rule:evenodd;}techdegree
Henrik Christensen
Python Web Development Techdegree Student 38,322 Points

You need to open the console on your computer -> go into the folder where your .git is located (where you did the git init) and then just write the command from above git remote add origin https://github.com/your-username/your-project-name.git