I am trying to add a file to my repository on BitBucket and I am having trouble.
I am using GIT and this is what I type in
$ cd lis4368/assignments
$ git remote
$ git remote -v
$ git remote rm origin
and then I type this in (this is what BitBucket tells me to enter)
$ git remote add origin https://[email protected]/cpb09e/cpb09e.git
$ git push -u origin master
And I keep getting this error message:
error: src refspec master does not match any.
error: failed to push some refs to 'https://[email protected]/cpb09e/cpb09e.git'
Can someone pleas help me out? I have tried everything from git commit to rm -rf * and I cannot get anything to work at all.
git branch
? – Wispygit branch
- just likegit push
orgit remote
. Run it and add the output to your question. – Wispy