I know how to provide a username and password to an HTTPS request like this:
git clone https://username:password@remote
But I\'d like to kn
git config --global core.askpass
Run this first before cloning the same way, should be fixed!