Skip to content

Commit a72b985

Browse files
authored
Update README.md
1 parent a9fc256 commit a72b985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@ Or equivalently in `jupyter_notebook_config.json`:
7575

7676
## Troubleshooting
7777

78-
Before consulting the following list, be sure the server extension and the frontend extension have the same version by executing the following commands:
78+
Before consulting the following list, be sure the `jupyterlab_git` server extension and the `@jupyterlab/git` frontend extension have the same version by executing the following commands:
7979

8080
```bash
8181
jupyter serverextension list
8282
jupyter labextension list
8383
```
8484

85+
If they do not match or one is missing, please [reinstall the package](README.md#Install).
86+
8587
- **Issue**: the Git panel does not recognize that you are in a Git repository.
8688

8789
Possible fixes:

0 commit comments

Comments
 (0)