最一般的git push reject 和non-fast forward是因为
最通常的git push reject 和non-fast forward是因为
git push
需要要线pull一下同步,几次没有commit,就merge多次

git push
To git@github.com:user/repo.git ! [rejected] branchname -> branchname (non-fast forward) error: failed to push some refs to 'git@github.com:user/repo.git'
需要要线pull一下同步,几次没有commit,就merge多次