-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git clone doesn't prompt for user to enter credentials #806
Comments
Thanks you for reporting @rdelubi Is it possible for you to run jupyterlab in debug mode: Could you also report here any error displayed in the webbrowser console? (usually you can open it by pressing F12) |
Running version 0.22.1 I'm also having the same issue. Error occurs when entering any value in the clone url field. I done
When cloning a private repo, the below happens:
|
version 0.22.2 has been released with a fix for this issue. |
We are also facing same issue. Please find below required. (app-root) (condaenv) bash-4.2$ pip show jupyterlab-git (app-root) (condaenv) bash-4.2$ git --version |
Looks like you don't have the jupyterlab-git python package installed. I would try running |
Description
The git clone function of the extension in 0.22.1 appears to be broken. It used to work in 0.21.1.
Reproduce
Expected behavior
In between step 2 and 3, it prompts user to enter credentials.
Context
(condaenv) sh-4.2$ jupyter labextension list
JupyterLab v2.2.8
Known labextensions:
app dir: /opt/conda/envs/condaenv/share/jupyter/lab
@j123npm/jupyterlab-dash v0.1.0-alpha.4 enabled OK
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
@jupyterlab/debugger v0.3.0-beta.3 enabled OK
@jupyterlab/git v0.22.1 enabled OK
@jupyterlab/latex v2.0.1 enabled OK
ipytree v0.1.8 enabled OK
jupyterlab-plotly v4.8.0 enabled OK
jupyterlab-sql v0.3.3 enabled X
nbdime-jupyterlab v2.0.1 enabled OK
plotlywidget v4.8.0 enabled OK
qgrid2 v1.1.3 enabled OK
The following extension are outdated:
jupyterlab-sql
Consider running "jupyter labextension update --all" to check for updates.
(condaenv) sh-4.2$ git --version
git version 2.27.0
(condaenv) sh-4.2$ pip list |grep git
gitdb 4.0.5
jupyterlab-git 0.22.1
(condaenv) sh-4.2$
The text was updated successfully, but these errors were encountered: