1
error: failed to push some refs to 'git@173.255.206.222:apal.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again.  See the
'Note about fast-forwards' section of 'git push --help' for details.
4

1 に答える 1

2

変更をプッシュする前に、リモート サーバーから変更をプルする必要があります。git pull --rebaseしたがって、リモートの変更の上に変更をリベースする必要があります。その後、押すことができます。

于 2013-10-05T05:46:47.890 に答える