You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Host git1
Hostname github.com
IdentityFile ~/.ssh/foo
User user1
Host git2
Hostname github.com
IdentityFile ~/.ssh/bar
User user2
Operations using go-git (I've only tried Pull but I assume others too), don't respect the ssh configs and fail with dial tcp: lookup git1 on 169.254.169.254:53: no such host. I'm not passing an Auth into the PullOptions. Am I doing something wrong or is this expected?