git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags --set-upstream MemberTree1 refs/heads/HEAD:refs/heads/HEAD
Pushing to https://Hawkcode@github.com/Hawkcode/MemberTree1.git
error: src refspec refs/heads/HEAD does not match any.
error: failed to push some refs to 'https://Hawkcode@github.com/Hawkcode/MemberTree1.git'
Completed with errors, see above
Using Mac High Sierra and Sourcetree 2.6.3 (164)
Hi Richard, have you tried the command line to see if you get the same error? This will help us identify if this is an issue with Sourcetree or with something else.
One of the reasons why you might be receiving this error is because you haven't committed anything to your repo yet. Is this your case? If it is, you can do so by:
git commit -m "initial commit"
git push origin master
This is also documented in this Knowledge base article.
Let us know if this helped!
Best regards,
Ana
This project has hundreds of commits. I really don't know the command line, hence Source Tree.
I must of done something when I did the commit to cause this but I don't know what.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.