-
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 button is disabled in main directory #809
Comments
We're having the same problem. Refreshing the browser page seems to be a workaround but definitely should be fixed. |
Having the same issue as well, please fix! |
Can someone who is experiencing this issue fill out the information from the issue template:
as well as post the output from the command line where you ran |
Ok I see this error on version jupyterlab-git/jupyterlab_git/handlers.py Lines 77 to 79 in c7cf93f
which will be set if not in a git repo and the frontend doesn't know how to handle that. javascript console output:
terminal output:
|
@ianhi Yep this is the bug source. Thanks for investigating. |
If I restart the server, the git clone button is enabled.
If I navigate into a folder that is connected with a repo and navigate
back to the main folder, the git clone button is disabled.
=> I am not able to git clone additional repositories.
Expected behavior: git clone button should be enabled if no ".git" folder exists in the current directory
nor in a parent directory.
After restart of Server:
The text was updated successfully, but these errors were encountered: