【发布时间】:2010-12-15 08:23:27
【问题描述】:
我在尝试第一次 Github 推送时遇到以下错误:
[rejected] master -> master (non-fast forward)
error: failed to push some refs to 'git@github.com:me/me.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again. See the 'non-fast forward'
section of 'git push --help' for details.
如何解决这个问题并合并远程更改?
【问题讨论】: