GitHub 仓库代码自动同步到 Gitee

参考文章:https://neucrack.com/p/331

最后的脚本要改动下, 不然会报错


git push upstream --all --force --tags
改为
git push upstream --all --force
git push upstream --tags --force