Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一gitlab台服务器,我们正在使用我们的gitlab. 最近我们遇到了这个问题,我们无法gitlab使用SSH或HTTP方法从服务器克隆项目。根据项目量,有些项目卡在 95% 中,有些项目卡在 11%。
gitlab
SSH
HTTP
什么可能导致这个问题?
正如上面的一些评论,这可能是一个网络问题。您可以尝试在项目上运行“管家”,看看它是否有助于减少克隆时间。对于有问题的项目之一,转到右上角的设置下拉菜单,然后编辑项目。在页面底部附近向下滚动并查找“家政服务”。等待一两分钟让进程运行,然后再次尝试克隆。
如果这不能解决问题,请在克隆时查看 GitLab 日志。在 Omnibus 安装中,您可以使用sudo gitlab-ctl tail. 注意任何错误。
sudo gitlab-ctl tail