1 | git push -u origin --tags |
收到下面的错误提示:
1 | ... |
从这里找到了解决方案:
取消选择组设置里的 LFS 一项:
操作步骤:
- 打开并编辑组:
https://<URL>/admin/groups/<GROUP>/edit
- 找到
Large File Storage
配置 - 取消选择下面一项:
1 | [ ] Allow projects within this group to use Git LFS |
1 | $ git push -u origin --tags |
收到下面的错误提示:
1 | ... |
从这里找到了解决方案:
取消选择组设置里的 LFS 一项:
操作步骤:
https://<URL>/admin/groups/<GROUP>/edit
Large File Storage
配置1 | [ ] Allow projects within this group to use Git LFS |