GitLab CE Installlation

Hi Team
I followed the same command to install Gitlab Community Edition

Sometimes it shoes the password path and not required run gitlab-ctl configure command and
Most of time it is not showing GItlab root password

Please help me on this

Hi,

Better to follow Gitlab official documentation: Download and install GitLab | GitLab

As for installing a new Gitlab install, gitlab-ctl reconfigure is always required. Everything is explained in the official Gitlab docs.

1 Like

Thanks @iwalker

After Reconfigure, my ssh for clone is not working it is showing like

ssh: Could not resolve hostname gitlab.example.com: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists

Hi, you replace gitlab.example.com with the name or IP address of your server.

1 Like

@iwalker It works

But now it is showing another
…

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Did you upload SSH key to your profile? Also, when cloning over SSH you have to use git user. You can find all this here: Use SSH keys to communicate with GitLab | GitLab

1 Like