diff options
author | Cindy Pallares 🦉 <cindy@gitlab.com> | 2019-08-05 13:30:07 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-05 13:30:07 +0000 |
commit | 969e6b3318c3f663ae378c2b470c5fa022f2652a (patch) | |
tree | 160847c1e3661b140d7f40d8f943a5a78b132dcc | |
parent | 4b1b8b99b093fe4c0341e0d9a54c1903292ac180 (diff) | |
download | gitlab-ce-969e6b3318c3f663ae378c2b470c5fa022f2652a.tar.gz |
Update Gitaly troubleshooting
-rw-r--r-- | doc/administration/gitaly/index.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md index f6f02221fe3..432056d48c7 100644 --- a/doc/administration/gitaly/index.md +++ b/doc/administration/gitaly/index.md @@ -469,7 +469,16 @@ One current feature of GitLab that still requires a shared directory (NFS) is There is [work in progress](https://gitlab.com/gitlab-org/gitlab-pages/issues/196) to eliminate the need for NFS to support GitLab Pages. -## Troubleshooting +## Troubleshooting Gitaly + +### Commits, pushes, and clones return a 401 + +``` +remote: GitLab: 401 Unauthorized +``` + +You will need to sync your `gitlab-secrets.json` file with your GitLab +app nodes. ### `gitaly-debug` |