Alex Ross

Results 455 comments of Alex Ross

Leaving open in case it happens again so that we can add logs.

Duplicate of https://github.com/microsoft/vscode-pull-request-github/issues/363

Sorry for the delay in responding to this! > I have to go through the GitHub flow directly first for GitHub Enterprise auth flow to show. You might need to...

At the bottom of the activity bar (by default the bottom left corner of VS Code) there's an "Accounts" icon. Can you try signing out of your GitHub Enterprise account...

One more question about your setup then: Do you have a folder open in VS Code that contains a git repo with GitHub Enterprise remotes? Can you grab logs by...

Thanks for all the logs. This seems to be the important line, which indicates that your `git` remote doesn't appear to be a GitHub remote: ``` [Debug 1664824385.41s] GitHubServer> Host...

@wrslatz can you share the headers that are in the response? I added the check for `x-github-request-id` since it seemed like a safe way to know if the server is...

@wrslatz I added a fallback detection for GitHub servers. The latest pre-release build has the change. Could you please let me know if it works for you?

Can you paste the following in a browser URL bar, hit enter, and share what it returns? ``` https://your.githubenterprise.host/status ``` Example with GitHub.com: ![image](https://user-images.githubusercontent.com/38270282/195210672-482972f8-cd67-4700-945b-dce12ace5e4c.png)

Thanks for your patience and help with this @wrslatz. I think I found the problem. I'll let you know it's available in a pre-release build (should be tomorrow).