我试着遵循以下指示: https://stackoverflow.com/a/40312117/21728基本上是这样做的:
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
但是当我做任何网络操作时,我得到这个错误:
** (process:7902): CRITICAL **: could not connect to Secret Service: Cannot autolaunch D-Bus without X11 $DISPLAY
我想这是合乎逻辑的,因为确实没有 X11显示器。
如何使 Git 凭证缓存工作在 Windows 上的 Ubuntu (WSL) ?