We're using git-credential-manager and connecting via SSH to a remote git repository which we host.
But every time we push/pull it still prompts for a password. Any suggestions on how to configure this correctly? Please comment if you need more information.
Global config
[credential]
helper =
helper = git-credential-manager
Repository config
[remote "origin"]
url = ssh://username@remoteip:/path/to/repository.git
fetch = +refs/heads/*:refs/remotes/origin/*