私はGitリポジトリにかなり新しいです、と私はファイルを表示するように思わリベースを行うと問題が生じています...Gitは、同じ名前のファイルで問題が異なる場合
てcreate.sqlをリベース
私がしようとすると、とてcreate.sqlが上演されていない、と物理的にもはや存在しない
ファイル
てcreate.sqlが、私はリベースを続けることができない... gitが--continueをリベース私は次のようになる...
$ git rebase --continue
KeyBlade/KeyBlade.Database/_Pending/Create.sql: needs update
You must edit all merge conflicts and then
mark them as resolved using git add
Gitのステータスが、私は何が起こっているかわからないけど、誰もが、私はこの問題を解決することができますどのようにいくつかの光を当てることができれば、それははるかに高く評価されるだろう、次の...
/c/src/git ((c3760e6...)|REBASE)
$ git status
# Not currently on any branch.
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: KeyBlade/KeyBlade.Database/_Pending/create.sql
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: KeyBlade/KeyBlade.Database/_Pending/Create.sql
#
を示しました。あなたはファイル名foo.txtのを持っていたし、それはと競合する場合
私は以下のサイトで記事を見つけました。この問題を持っている誰のための
OSを解決
ファイルシステムを使用していますか? – MarkWindws 7 - NTFSファイルシステムを使用しています –