Git authentication on code-server on JupyterHub #4974
Unanswered
ggydush-fn
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not familiar with JupyterHub or jupyter-server-proxy. Do you think this is a bug with code-server itself? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if anyone has had success with git authentication on code-server running on JupyterHub.
I'm using jupyter-server-proxy to run code-server, but when trying to do any git actions, I'm taken to the following URL which does not exists, and I get
404 : Not Found
.URL to access code-server
<jupyterhub_url>/user/ggydush/codeserver/
URL the code-server uses when trying to git authenticate
<jupyterhub_url>/hub/callback?vscode-requestId=<request_id>&vscode-scheme=code-oss&vscode-authority=vscode.github-authentication&vscode-path=%2Fdid-authenticate&code=<code>&state=<state>
I can replace

<jupyterhub_url>/hub/
with<jupyterhub_url>/user/ggydush/codeserver/
and I get closer (the following is displayed).Beta Was this translation helpful? Give feedback.
All reactions