无法将故障存储库镜像到 gitlab
Cannot mirror glitch repository to gitlab
我已经完全按照 https://glitch.com/help/how-to-sync-a-glitch-project-with-a-git-repo-on-gitlab/ 中的说明进行操作,但 gitlab 不会镜像 repo - 我收到错误 Every import attempt has failed: Error importing repository https://*****@api.glitch.com/git/peaceful-buttoned-phalange into username/repo - 13:CreateRepositoryFromURL: clone cmd wait: exit status 128. Please try again
有什么线索可以让它同步吗?
注意:我在 Glitch 的社区工程团队工作。
您的项目,~peaceful-buttoned-phalange
似乎是私人项目。
虽然 GitLab 镜像适用于 public Glitch 项目,但似乎截至 2020 年 3 月 22 日,私有外部存储库无法镜像到免费 GitLab.com 帐户。
看来您至少需要一个青铜计划:
The ability to mirror private external repositories and run CI/CD on them will no longer be available as of March 22, 2020, unless the repositories have been made public or you have upgraded to an eligible GitLab plan.
来源:https://about.gitlab.com/releases/2020/03/12/free-period-for-cicd-external-repositories/
我会考虑更新帮助文档以反映这一点。
我已经完全按照 https://glitch.com/help/how-to-sync-a-glitch-project-with-a-git-repo-on-gitlab/ 中的说明进行操作,但 gitlab 不会镜像 repo - 我收到错误 Every import attempt has failed: Error importing repository https://*****@api.glitch.com/git/peaceful-buttoned-phalange into username/repo - 13:CreateRepositoryFromURL: clone cmd wait: exit status 128. Please try again
有什么线索可以让它同步吗?
注意:我在 Glitch 的社区工程团队工作。
您的项目,~peaceful-buttoned-phalange
似乎是私人项目。
虽然 GitLab 镜像适用于 public Glitch 项目,但似乎截至 2020 年 3 月 22 日,私有外部存储库无法镜像到免费 GitLab.com 帐户。
看来您至少需要一个青铜计划:
The ability to mirror private external repositories and run CI/CD on them will no longer be available as of March 22, 2020, unless the repositories have been made public or you have upgraded to an eligible GitLab plan.
来源:https://about.gitlab.com/releases/2020/03/12/free-period-for-cicd-external-repositories/
我会考虑更新帮助文档以反映这一点。