We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0524857 + c75db50 commit 63cb57cCopy full SHA for 63cb57c
docs/remote/troubleshooting.md
@@ -789,7 +789,7 @@ Just follow these steps:
789
2. Configure WSL to use the same credential helper, but running the following in a **WSL terminal**:
790
791
```bash
792
- git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager-core.exe"
+ git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
793
```
794
795
Any password you enter when working with Git on the Windows side will now be available to WSL and vice versa.
0 commit comments