vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

GHE login with PAT

Open Josar opened this issue 3 years ago • 1 comments

  • Extension version: preview v0.47.2022072109
  • VSCode Version: 1.69.2
  • OS: Windows 10

Hello All,

i tried to log into our GHE server with "vscode-pull-request-github" but always get an Network error, after i supply the PAT.

[2022-07-22 15:44:30.473] [exthost] [error] Error: network error
	at _ (c:\Users\xxx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\github-authentication\dist\extension.js:1:708855)
	at processTicksAndRejections (node:internal/process/task_queues:96:5)
	at async t.GitHubEnterpriseServer.login (c:\Users\xxx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\github-authentication\dist\extension.js:1:717452)
	at async t.GitHubAuthenticationProvider.createSession (c:\Users\xxx\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\github-authentication\dist\extension.js:1:706656)

Any tips to resolve that? Or guidance on how to debug this? @errietta you seem to know how to debug VS code plugins maybe you can help me with that?

Josar avatar Jul 22 '22 14:07 Josar

Possible duplicates: https://github.com/microsoft/vscode-pull-request-github/issues/3429 https://github.com/microsoft/vscode-pull-request-github/issues/3746

Josar avatar Jul 22 '22 15:07 Josar

@Josar could you try out the latest VS Code Insiders with the latest GitHub Pull Requests and Issues pre-release extension? You no longer need to use a PAT to sign in there. If you're still having issues after that please let me know your GitHub Enterprise version number.

alexr00 avatar Sep 20 '22 12:09 alexr00