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

Python SQLAlchemy Basics Working with SQLAlchemy Project Overview

Kevin Martinez
Kevin Martinez
7,711 Points

Uploading from Pycharm to GitHub

Hello! Im not sure if this is the best place to ask this but any guidance in the right direction would be greatly appreciated. Im currently working on the books database project in the Beginner SQLAlchemy Course. In the beginning we are asked to upload our project to github. When following the steps i get the following error:

error: src refspec master does not match any error: failed to push some refs to 'https://github.com/kmartp94/books-database-program.git'

any thoughts on what i might be doing wrong? Thanks!

1 Answer

Jeff Muday
MOD
Jeff Muday
Treehouse Moderator 28,716 Points

Do you have a repository for this project? You need to have a repository first, then you can push it. (At least that has always how I have done it.)

good luck with your Git endeavors! JM