解决git push错误:failed to push some
2018-05-31 本文已影响0人
playboy
git pull --rebase origin branch-name //branch-name为分支名
git push origin branch-name
参考链接:https://my.oschina.net/wangbaofeng/blog/881127
git pull --rebase origin branch-name //branch-name为分支名
git push origin branch-name
参考链接:https://my.oschina.net/wangbaofeng/blog/881127