-
Notifications
You must be signed in to change notification settings - Fork 330
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
Silent error on git error 128 Error: fatal: detected dubious ownership in repository
#1391
Comments
I cannot reproduce. Can you post a screenshot and logs from the jupyter-server with |
Hi @krassowski : Many apologies. Just looking at the output with
After fixing the dubious ownership, everything worked again. Closed as solved/false lead. Again, apologies - I really appreciate that you took the time looking into this! Thank you for your work. |
Let's reopen and re-title it. This error should be exposed in UI IMO rather than hidden in debug logs. |
128 Error: fatal: detected dubious ownership in repository
I already commented here on a closed issue:
#1282 (comment)
Description
@krassowski Using jupyterlab
4.3.4
, (jupytext1.16.6
), collaboration-extension3.1.0
, and jupyterlab-git0.50.2
, the issue that was solved in #1285 is back for me:If I install the latest jupyterlab and RTC versions
pip install --pre "jupyterlab>=4.4.0a2" "jupyter-collaboration>=4.0.0a0"
, the RTC tag disappears, butjupyterlab-git
is still unable to recognize the git repo. It now says:.. even if I am in a git repo. I guess this has something to do with the new/updated content-providers API or workspaces (?)
Reproduce
4.3.4
, (jupytext1.16.6
), collaboration-extension3.1.0
, and jupyterlab-git0.50.2
.git
folderExpected behavior
Git folders are recognized.
The text was updated successfully, but these errors were encountered: