git - pull/推到 Gitlab 错误部署正在进行中

标签 git version-control gitlab

我正在尝试对 GitLab 执行 pull/推操作,但在我的本地 git 中推/pull 操作时出现此错误:

10:08:14.426: [themes] git -c core.quotepath=false pull --progress --no-stat -v --progress origin master
remote: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: connection refused
fatal: unable to access 'https://user@gitlab.com/AAA/BBBB.git/': The requested URL returned error: 502
10:08:53.791: [themes] git -c core.quotepath=false fetch origin --progress --prune
remote: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: resource temporarily unavailable
fatal: unable to access 'https://user@gitlab.com/AAA/BBBB.git/': The requested URL returned error: 502

在 gitlab 上,我在浏览器上看到这个屏幕:

enter image description here

这对我一直有效,今天我得到了最后一个错误。

最佳答案

GitLab 目前正在停机维护。 请参阅:https://twitter.com/gitlabstatus/status/800714390441967616

关于git - pull/推到 Gitlab 错误部署正在进行中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40723508/

相关文章:

git - 使用 Git 取消暂存新文件

git-dir 无法工作,因为路径无法识别

java - 使用 JGit 授权错误推送到 GitLab

git - 如何创建过去日期的 git 提交?

git - 将 PowerShell 脚本作为 git hooks 运行

testing - 源代码控制中历史版本的检测单元测试

version-control - Mercurial 工作流 - 我什么时候可以 rebase ,什么时候应该 merge ?

java - 使用 maven 发布多个长期存在的分支

Git 不显示所有分支

Git 推送失败(LFS 上传丢失的对象)