My problem is that I can\'t push or fetch from GitLab. However, I can clone (via HTTP or via SSH). I get this error when I try to push :
Permission de
I solved git@gitlab.com: Permission denied (publickey) issue using following instructions
cat ~/.ssh/id_rsa.pubid_rsa.pub (public key) to your getlab `Setting -> SSH Keyscat ~/.ssh/id_rsaid_rsa (private key) to `Code_repo->git_auth->id_rsaNOTE: Take care of the machine user if you are using root user in your DockerFile or anywhere else then use sudo su before running the above commands to get root user public and private keys.