GitLab's HTTP pull & push are working when I enter my credentials.
But when using an added SSH key, it is always is asking for my password, which I don't know. Why is GitLab doing this? Is it a server fault?
And when calling ssh -vT git@git.com
there is an error:
Permission denied (publickey)
I've tried everything, even re-installing Git, but nothing works. Even their own solution is not working, as described here: https://help.github.com/articles/error-permission-denied-publickey/