You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jupyterlab-git does not seem to work in combination with the jupyter-collaboration-extension.
It says in the git-tab: RTC: is not a Git repository. To use Git, navigate to a local repository, initialize a repository here, or clone an existing repository. despite there being a repo in the current directory.
The problem seems to have to do with the fact that jupyter-collaboration-extension prepends RTC: to the tree path.
Reproduce
Install jupyter-lab 4.0.5
pip install jupyter-collaboration
pip install --pre jupyterlab-git==0.50.0a1
clone any repository
enter that repository
see the git tab
Expected behavior
Should recognize the repository.
Context
Python package version jupyterlab-git==0.50.0a1 jupyter_collaboration==1.1.0 jupyter-lab==4.0.5
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
jupyterlab-git does not seem to work in combination with the jupyter-collaboration-extension.
It says in the git-tab:
RTC: is not a Git repository. To use Git, navigate to a local repository, initialize a repository here, or clone an existing repository.
despite there being a repo in the current directory.The problem seems to have to do with the fact that jupyter-collaboration-extension prepends
RTC:
to the tree path.Reproduce
Expected behavior
Should recognize the repository.
Context
jupyterlab-git==0.50.0a1
jupyter_collaboration==1.1.0
jupyter-lab==4.0.5
jupyterlab-git==0.50.0a1
jupyter_collaboration==1.1.0
jupyter-lab==4.0.5
git version 2.39.2
docker python:3.11.5
The text was updated successfully, but these errors were encountered: