Skip to content
Snippets Groups Projects
Commit f356afa1 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Update readme troubleshooting section for apt-cacher-ng issues.

parent dbeb0034
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,6 +62,23 @@ You can login as an admin user with username `root` and password `5iveL!fe`.
 
### Common installation problems
 
#### Unable to install using apt/yum repository
When trying to install GitLab using the apt or yum repo if you receive an error similar to:
```bash
W: Failed to fetch https://packages.gitlab.com/gitlab/gitlab-ce/DISTRO/dists/CODENAME/main/source/Sources The requested URL returned error: 403
```
check if there is a repository cacher in front of your server, like for example `apt-cacher-ng`.
Add the following line to apt-cacher-ng config(eg. in `/etc/apt-cacher-ng/acng.conf`):
```bash
PassThroughPattern: (packages\.gitlab\.com|packages-gitlab-com\.s3\.amazonaws\.com)
```
#### GitLab is unreachable in my browser
 
Try [specifying](#configuring-the-external-url-for-gitlab) an `external_url` in
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment