标签: git windows-subsystem-for-linux
我使用以下提供的解决方案在WSL中缓存git凭据:https://happygitwithr.com/credential-caching.html
git config --global credential.helper'cache --timeout = 10000000'
在我重新启动计算机之前,它运行良好。每次启动计算机时,我仍然需要输入凭据,是否可以避免这种情况?