How to resolve “GitLab: API is not accessible” when pushing to a new repository?

后端 未结 7 753
执笔经年
执笔经年 2021-01-01 14:29

we have a locally-hosted Enterprise Edition of GitLab at my place of employment (currently at v7.12.00-ee ceb5083). I can create a repository through the GUI without issue.

7条回答
  •  旧时难觅i
    2021-01-01 14:59

    I had this once in gitlab.com and it was not the reliability, just that I was trying to push with --force to the master branch, and it was protected (see "protected branches" in the settings of the repository).

提交回复
热议问题