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 think the simple solution is to add private key to authentication agent (if your key is not ~/.ssh/id_rsa),
~/.ssh/id_rsa
ssh-add ~/.ssh/
You basically let the ssh-agent take care of it.
ssh-agent
Additionally, you can add it permanently.