Windowsではgithub認証できるのに、WSLでは認証できない


WSL内で以下を実行し、Windows側とWSL側の認証の共有を行います。

git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe"