Replies: 1 comment 1 reply
-
Thanks for making me aware of this potential complication! I'm undecided whether to add an entry to I'll let this marinate a bit, before deciding what to do. |
Beta Was this translation helpful? Give feedback.
-
GitHub remotes can be configured using the
ssh.github.com
domain. When configuring a GitHub remote using SSH authentication behind a firewall that messed with port 22 using the steps outlined here,forge
was unable to determine the correct forge.I remidiated this with
(add-to-list 'forge-alist '("ssh.github.com" "api.github.com" "github.com" forge-github-repository))
in my config.Perhaps this value should exist by default in the alist?
Beta Was this translation helpful? Give feedback.
All reactions