git pushしたら起きたエラー

先日、MySQLを使って作った掲示板のファイルを自分のGitHubにアップロードしたらその後のgitの更新にこんなエラーが出てきた


git push

rejected master -> master(fetch first)

error: failed to push some refs to 'https://github.com/パスワード/doyolab.git'

hint: Updates were rejected because the remote contains work that you do

hint: not have locally. This is usually caused by another repository pushing

to the same ref. You may want to first integrate the remote changes

hint: (e.g. git pull ....)before pushing again.

See the 'Note about fast-fowards' in 'git push --help for details


その日は、これを見てすぐに寝た


合宿後、時間が解決してくれているかなと思ったがそんなことはなかったので調べてみた


意外とネットには同じような人が多かった。いろいろな方法があったのでまず試してみた

今回はおそらくgit pushしないでファイルをアップロードしてその変更をGit Bash上ではなにもせずにgit pushしようとしたから起こったのだと思う

今回役立ったサイト

今後は、面倒なのでGitHub上ではファイルをアップロードしないようにします

Gitの基礎