J'ai essayé de suivre ces instructions: https://stackoverflow.com/a/40312117/21728, ce qui en gros consiste à:
sudo apt-get install libsecret-1-0 libsecret-1-dev
cd /usr/share/doc/git/contrib/credential/libsecret
sudo make
git config --global credential.helper /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
Mais quand je fais une opération de réseau, j'obtiens cette erreur:
** (process:7902): CRITICAL **: could not connect to Secret Service: Cannot autolaunch D-Bus without X11 $DISPLAY
C'est logique je suppose car il n'y a en effet pas d'affichage X11.
Comment faire en sorte que la mise en cache des informations d'identification Git fonctionne sur Ubuntu sous Windows (WSL)?