Skip to content
代码片段 群组 项目
未验证 提交 0e3a9db2 编辑于 作者: Ashraf Khamis's avatar Ashraf Khamis 提交者: GitLab
浏览文件

Merge branch 'jgaughan-master-patch-13c7' into 'master'

Clarify entry for 401 error + verification error

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140601



Merged-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Co-authored-by: default avatarJohn Gaughan <jgaughan@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -224,7 +224,7 @@ the application might be fetching this secret from a different file. Your Gitaly
If that setting is missing, GitLab defaults to using `.gitlab_shell_secret` under
`/opt/gitlab/embedded/service/gitlab-rails/.gitlab_shell_secret`.
### Repository pushes fail
### Repository pushes fail with `401 Unauthorized` and `JWT::VerificationError`
When attempting `git push`, you can see:
......@@ -240,7 +240,7 @@ When attempting `git push`, you can see:
}
```
This error occurs when the GitLab server has been upgraded to GitLab 15.5 or later but Gitaly has not yet been upgraded.
This combination of errors occurs when the GitLab server has been upgraded to GitLab 15.5 or later but Gitaly has not yet been upgraded.
From GitLab 15.5, GitLab [authenticates with GitLab Shell using a JWT token instead of a shared secret](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86148).
You should follow the [recommendations on upgrading external Gitaly](../../update/plan_your_upgrade.md#external-gitaly) and upgrade Gitaly before the GitLab
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册