We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command attempted:
cd ~/boost/libs/gil git switch develop git pull origin develop hub pr list
What happened:
$ hub pr list github.com username:
I'm using git on Ubuntu on WSL and it is configured to use the git-credential-manager.exe
git
git-credential-manager.exe
$ git config --get credential.helper /mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe
and all Git commands, including push, work fine.
Apparently, hub does not use the credentials cached by the Git credential manager.
hub
More info:
I'm using Ubuntu 20.04 on WSL on Windows 10. Git and Hub installed from the Ubuntu packages.
$ hub version git version 2.30.0 hub version 2.7.0
I do realise this is an ancient version of hub, but apparently that is what Ubuntu users are supposed to install as per #2697
The text was updated successfully, but these errors were encountered:
It's the ancient hub version issue, see #2697 (comment)
Sorry, something went wrong.
No branches or pull requests
Command attempted:
What happened:
I'm using
git
on Ubuntu on WSL and it is configured to use thegit-credential-manager.exe
and all Git commands, including push, work fine.
Apparently,
hub
does not use the credentials cached by the Git credential manager.More info:
I'm using Ubuntu 20.04 on WSL on Windows 10.
Git and Hub installed from the Ubuntu packages.
I do realise this is an ancient version of hub, but apparently that is what Ubuntu users are supposed to install as per #2697
The text was updated successfully, but these errors were encountered: