You are not allowed to force push code to a protected branch on this project 解决 GitLab:
我们--force上传git的时候,出现了这样的问题。
我们改怎么解决这个问题呢。
git push origin --force
You are not allowed to force push code to a protected branch on this project
You are not allowed to force push code to a protected branch on this project 解决 GitLab:
我们--force上传git的时候,出现了这样的问题。
我们改怎么解决这个问题呢。
git push origin --force
You are not allowed to force push code to a protected branch on this project
我做这个的目的是为了如何在vue组件渲染之前修改slots中的内容,来改变动画状态,解决vue产生_leaveCb的问题