If it’s a fresh installation of GitLab, there’s a good chance that it’s using a randomly generated password. You may be able to find the password at /etc/gitlab/initial_root_password
if you’ve not run gitlab-ctl reconfigure
since installing GitLab.
If it’s not there, you can reset the root user password from the command line with sudo
gitlab-rake “gitlab:password:reset[root]”
Recent Comments