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
I tried to config two private keys on enterprise Github.
But something is wrong with it.
Comment for (public) key 'ssh-ed25519 [email protected]:aaaa.git' does not match GitHub URL pattern. Not treating it as a GitHub deploy key.
Comment for (public) key 'ssh-ed25519 [email protected]:bbbb.git' does not match GitHub URL pattern. Not treating it as a GitHub deploy key.
Can we support config Github hostname?
Thanks,
Yu Zhu
The text was updated successfully, but these errors were encountered:
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!
I tried to config two private keys on enterprise Github.
But something is wrong with it.
Can we support config Github hostname?
Thanks,
Yu Zhu
The text was updated successfully, but these errors were encountered: