- 1,015
- 420
Are you sure the user has the matching id_rsa in the ~/.ssh (linux) or %userprofile%/.ssh (windows)?
The only reason left can be either a missmatch between the private key on the client machine and the public key in the Gitlab profile or that the git actions are executed for a different user (after sudo -i for instance).
The only reason left can be either a missmatch between the private key on the client machine and the public key in the Gitlab profile or that the git actions are executed for a different user (after sudo -i for instance).