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 had the same issue, I resolved it by adding a new ssh key:
ssh-keygen -t ed25519 -C "email@example.com"
xclip -sel clip < ~/.ssh/id_ed25519.pub
settings=>ssh