Search code examples
sshgitlabssh-keys

Gitlab configured with SSH keys still asks for password


I am trying to avoid typing the password every time I want to pull or push from a gitlab repository. Therefore I followed https://docs.gitlab.com/ee/ssh/ but still, now every time I want to pull something it still asks me to provide the password for my remote gitlab repository.
Any clue on how to fix this issue?


Solution

  • Are you sure you are using the SSH link for your repository? It is like: git@gitlab.com:YOUR-USER/YOUR PROJECT.git