When I try to clone a repo I get a git failed with exit code 128
.
Also when I try to push/pull I get a git@gitlab.com public key denied
.
In my ~/.ssh folder I have a config
file that looks like this:
Host mycompany.gitlab.com
HostName gitlab.com
User git
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitlab-company-bryan
git in the terminal works fine but Sublime Merge I am getting permissions errors.
What do I need to do so that Sublime Uses this public key? I’m super confused and get it to work at the moment.