Git で error: src refspec master does not match any というエラーが出る場合がります。それはわかるんですが、私の場合、別におかしなこともしてないのにこのエラーが発生しました。
1 2 3 |
$ git push -u origin master error: src refspec master does not match any error: failed to push some refs to 'https://github.com/ユーザ名/リポジトリ.git' |
原因
よく見たらコミットできてなかった。プッシュすべきものが無いだけだった。はずかしっ。
1 2 |
$ git comiit -m "init" git: 'comiit' is not a git command. See 'git --help'. |
gitをpushする際にエラー発生(error: src refspec ブランチ名 does not match any) – Qiita
https://qiita.com/fukkatsu3/items/c488ec9559f6cca34313
Gitでerror: src refspec master does not match anyのエラー – Qiita
https://qiita.com/maominionbsk54/items/de00bbba78074fdd7325