github のフォークされたリポジトリを元のリポジトリと同期しようとしています。github のページの指示に従いました。しかし、自分のマスター ブランチを上流のブランチとマージしようとすると、次のように表示されます。
$ git merge upstream/master
error: Your local changes to the following files would be overwritten by merge:
... a list of files ...
Please, commit your changes or stash them before you can merge.
Aborting
それは私git commit
が言うときnothing to commit (working directory clean)
です!
私は何が欠けていますか?