摘要: 当 force push 代码的时候,可能会遇到如下错误: You are not allowed to force push code to a protected branch on this project 主要原因是因为向一个受保护的分支强制提交了代码,可以在仓库里面进行设置来解决这个问题。 阅读全文
posted @ 2021-12-24 12:48 yongxinz 阅读(1003) 评论(0) 推荐(0)