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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,15 @@ Or equivalently in `jupyter_notebook_config.json`:
75
75
76
76
## Troubleshooting
77
77
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:
79
79
80
80
```bash
81
81
jupyter serverextension list
82
82
jupyter labextension list
83
83
```
84
84
85
+
If they do not match or one is missing, please [reinstall the package](README.md#Install).
86
+
85
87
-**Issue**: the Git panel does not recognize that you are in a Git repository.
0 commit comments