Git Panel not detecting repo
See original GitHub issueI tried the --system
flag as in #202 but it did not work. Neither did adding/omitting --sys-prefix
(It worked before, but then I upgraded to JLab 1.0), through DockerSpawner via JupyterHub. I waited to upgrade until I saw commits here referencing the compatibility, but the setup instructions as listed didn’t work for me. The icon in the file browser that allows you to clone does gray out when I enter a repo, so the extension does seem to have some awareness of its PATH, but the Panel appears to not reflect this.
If I refresh the page, I can sometimes get the Git Panel to reflect the correct directory but it still shows the “Go Find a Repo” button.
Issue Analytics
- State:
- Created 4 years ago
- Comments:22 (5 by maintainers)
Top Results From Across the Web
Git missing in VS Code – No source control providers
2. Restart VS Code. 3. Open Command Prompt (Crtl+Shift+P) and write 'Git: Initialize Repository' and choose a folder you ...
Read more >Managing source control with Git panel - AWS Cloud9
If you already have a working directory for a repository, the Git panel window displays the status of the working directory and the...
Read more >Using Git in Dreamweaver - Adobe Support
View the untracked files in the Files panel. Files after being committed to the Git repository. View the committed files recognized by Git....
Read more >Git settings and preferences in Visual Studio - Microsoft Learn
From the Git menu, go to Settings. Go to Git Global Settings to configure this option at the global level; go to Git...
Read more >Set up a Git repository | PhpStorm Documentation - JetBrains
From the main menu, select Git | Clone, or, if no project is currently opened, click Get from VCS on the Welcome screen....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I deleted extension and repeated all steps by install. It is solved all my problems.
My git repo wasn’t being detected either on Jupyterlab 1.1.2 - but I had forgotten to install the server extension (https://github.com/jupyterlab/jupyterlab-git). Crucially though, I had to restart jupyterlab to get them to show up.