1

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)です!

私は何が欠けていますか?

4

1 に答える 1

1

行末を確認してください: https://help.github.com/articles/dealing-with-line-endings

于 2013-11-09T07:12:52.843 に答える