上传到github: $ git push origin master 这一步,产生了一些错误: To git@github.com:lzjun/test.git
! [rejected] master -> master (non-fast-forward) error: failed to push some refs to ‘git@github.com:lzjun/test.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. 可以先pull,同步一下代码: git pull git@github.com:lzjun/importnewstat.git
master