Show user more low-level errors #612
offsetcyan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There's some information concerning this in https://github.com/magit/forge/wiki/Tips-and-Tricks. Also look at #436. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my
~/.ssh/config
I have two hosts:I have created a PAT with scopes
repo, user, read:org
.I've added two aliases to forge-alist:
When trying to M-x
forge-add-repository
I was told the host wasn't inmagit-clone-name-alist
, so I've added it there too:It appears
magit-forge
works in the case of:Any repository
github:owner/repo
and a private repository my user is the owner oforganisation-gh:owner/repo
.It does not work in the case that the private repository is owned by the organisation my user is a part of, because the repository supposedly doesn't exist:
Beta Was this translation helpful? Give feedback.
All reactions