-
Notifications
You must be signed in to change notification settings - Fork 62
Feature request: Support non-https GitHub enterprise #158
Comments
It should already be possible. When you setup the access token for your github instance you could provice the hostname like this: |
I re-installed the extension and tried it again, and it's still not working. The error, with my info redacted is:
I'll see if I can figure out how to debug this extension locally. This is when running the "Github: Browse open issue..." command. |
For me, the bug is here: When debugging locally, the hostname does not include the protocol, therefore The hostname variable is set on L46 (https://github.com/KnisterPeter/vscode-github/blob/master/src/github-manager.ts#L46), where it calls |
Thanks for debugging. I'll look into it for a fix. Sent from my Google Pixel using FastHub |
Github Enterprise might be available on non-ssl connections Closes #158
Will be released with 0.20.0 |
Github enterprise may run on http rather than https. Currently https appears to be hard-coded into the extension. It would be nice if this was configurable, or if it read the protocol from the project's git config.
The text was updated successfully, but these errors were encountered: