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
Yes. The problem is that we need to recognize the different repo names, set up fake hostnames for them, then map those back to the right ones while specifying the key in the SSH config and finally make git rewrite differnt variants of the original URL to the replacement hosts... 🥴.
If anyone comes up with a good suggestion how to make this work for repo URLs in general (i. e. not limited to the [email protected]/org/repo pattern), I'd be happy to discuss that!
Hi!
I followed the docs to setup multiple ssh keys by generating them with comment parameter
-C
and adding the git URL from my GitHub Enterprise repo.https://private-github.myenterprise/org/repo.git
I ensured correct keys were set as secret and deploy key but it seems correct keys are not mapped.
ERROR: Permission to abc denied to deploy key
fatal: Could not read from remote repository.
Might it be because only github.com URLs are supported?
ssh-agent/index.js
Line 67 in dc622c5
Thanks
The text was updated successfully, but these errors were encountered: