-1

重複の可能性:
Git Fast-Forward Merge では最初にプルが必要

     Pushing to git@github.com:ravi-saxena/locpla.git

エラー :

To git@github.com:ravi-saxena/locpla.git
! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:ravi-saxena/locpla.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

最近作成した新しいリポジトリをプッシュしているときに、このエラーが発生します..

4

1 に答える 1

0

最初に agit pullを作成し、次に a を作成しますgit push

于 2012-12-19T07:23:21.277 に答える