Upgrading GitLab SCM to results in gitlab-ce-14.5.1-ce.0.el7.x86_64: [Errno 256] No more mirrors to try

Hi,

I am running CentOS Linux release 7.9.2009 (Core) when I am upgrading GitLab SCM gitlab-ce-14.5.0-ce.0.el7.x86_64 I am facing Error downloading packages: gitlab-ce-14.5.1-ce.0.el7.x86_64: [Errno 256] No more mirrors to try.

# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
# cat /etc/yum.repos.d/gitlab_gitlab-ce.repo
[gitlab_gitlab-ce]
name=gitlab_gitlab-ce
baseurl=https://packages.gitlab.com/gitlab/gitlab-ce/el/7/$basearch
repo_gpgcheck=1
gpgcheck=1
enabled=1
gpgkey=https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey
       https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300

[gitlab_gitlab-ce-source]
name=gitlab_gitlab-ce-source
baseurl=https://packages.gitlab.com/gitlab/gitlab-ce/el/7/SRPMS
repo_gpgcheck=1
gpgcheck=1
enabled=1
gpgkey=https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey
       https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
#```

Error downloading packages:
  gitlab-ce-14.5.1-ce.0.el7.x86_64: [Errno 256] No more mirrors to try.

Please guide. Thanks in advance.

Best Regards,

Kaushal

Hi,

maybe your network connection to packages.gitlab.com was interrupted, or the service became unavailable for another reason. I’d suggest retrying the yum command.

Cheers,
Michael