GITHUB ACTION篇 八月 05, 2021

GitHub 仓库代码自动同步到 Gitee

文章字数 320 阅读约需 1 mins.

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

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


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

查看全文
0%