-
I've added to ~/.authinfo
And appended to the forge-alist (not sure if this is right):
Added to ~/.gitconfig
What do I need to do to have forge use http for api requests? I get the following error in Messages when attempting to fetch all topics, for example,
It's clearly trying to use https instead of http. The magit remote is |
Beta Was this translation helpful? Give feedback.
Answered by
tarsius
Apr 21, 2021
Replies: 1 comment 1 reply
-
You'll also need |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ldeck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll also need
(add-to-list 'ghub-insecure-hosts "gitlab.internal:80/api/v4")
.