Show user more low-level errors #612
Replies: 2 comments 1 reply
|
There's some information concerning this in https://github.com/magit/forge/wiki/Tips-and-Tricks. Also look at #436. |
|
We try to signal errors in If you look at I don't have access to an organization that forbits personal tokens, but if you post the full response html body (preferably also the header), then I could maybe find a way to detect and forward such errors. On the other hand, to be able to focus on other projects, I have to reduce the time I spend on Forge. That involves deciding to not implement certain features and I'm afraid I would rather not implement this. |
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/configI 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-repositoryI was told the host wasn't inmagit-clone-name-alist, so I've added it there too:It appears
magit-forgeworks in the case of:Any repository
github:owner/repoand 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:
All reactions