📜  git push 错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:48.508000             🧑  作者: Mango

代码示例1
Just pull repository first and then try to push again
git pull --rebase remote_repo
git push origin remote_repo