Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Error in command: "git push -u origin master"

7Buy All in One Shopping App June 27, 2017

It is the first time I am making a push request and I am following the BitBucket's tutorial here it is:

 ScreenClip.png

I followed all the steps here is the error:

error: src refspec master does not match any.
error: failed to push some refs to '<some url>'

2 answers

0 votes
areatype December 5, 2017

Adding this line:

git commit -m "initial commit"

Before this line:

git push origin master

 Solved the issue for me. 

0 votes
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 27, 2017

What do you get from `git branch` ?

If you get "fatal: Not a git repository (or any of the parent directories): .git", but this is supposed to be a git repository, then you need to follow the "new project" guide instead of the "existing project" guide.

If you get "fatal: Not a git repository (or any of the parent directories): .git", but this is a Mercurial repository, then you'll need to make sure you add the repo URL to the [paths] section in .hg/hgrc, and then `hg push --new-branch` to create the appropriate structure on Bitbucket.

If you get a list of branches, but none is named "master", then you'll either need to push a different branch (`git push -u origin staging`, for example) or create a master branch (`git checkout -b master`) and then try pushing again.

If you get something else, then we can keep discussing here.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events