Copy gist url does not respect github enterprise domain
See original GitHub issueRight now its not possible to copy the url of the gist from the context menu if the extension is configured to github enterpise. The URL always build as a public gist URL.
It should be like this: <host>/gist/<username>/<gist-id>
(Not sure if this is always the case)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Issue when viewing my own Gists on GitHub Enterprise #96
I'm using oauth token with gist selected i can see starred gists, although when viewing my ... Copy gist url does not respect...
Read more >Clone instructions do not respect `SSH_DOMAIN` variable ...
I'm running with the docker image and have the following set as environment variables. The idea being to have a separate domain for...
Read more >Troubleshooting custom domains and GitHub Pages
You can check for common errors to resolve issues with custom domains or HTTPS for your GitHub Pages site.
Read more >Forking and cloning gists - GitHub Docs
Gists are actually Git repositories, which means that you can fork or clone any gist, even if you aren't the original author. You...
Read more >Objects - GitHub Enterprise Cloud Docs
Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed. For example,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The
/gist
part is indeed required. Without it I’ll get a 404 as result.Kind of yes. There are a few extensions which require configuration of GHE. All a bit different. I’ve maintaining
vscode-github
, the MS extensiongithub.vscode-pull-request-github
and yours at least are the ones that I know of.Other commands that need to be updated:
View Profile on GitHub