Hello,
Working on Win7.
I have created a new directory, added files for a new project, and run "git init".
I created a new project on Bitbucket.
When I try to push the local files to Bitbucket, I get the following errors:
I:\Work\bitbucket\PluralSight\eManager [master +132 ~0 -0]> git push -u origin --all Password for 'https://cb@bitbucket.org': No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. Everything up-to-date I:\Work\bitbucket\PluralSight\eManager [master +132 ~0 -0]> git push origin master Password for 'https://cb@bitbucket.org': error: src refspec master does not match any. error: failed to push some refs to 'https://cb@bitbucket.org/cb/emanager.git'
I have followed this procedure several other projects/repositories, and this is the first time I have seen this problem.
What am I doing wrong? Could my upgrading to Git 1.8.3.1 be the problem?
Thanks for any insight....
Sorry, forgot to mention I also run this:
git remote add origin https://cb@bitbucket.org/cb/emanager.git
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.