I have configured Account A on my system with Global configurations and I can clone all my repos from there.
Now I don't want to change the configuration and I want to clone and do all operations of account B with my username and password. How can I do this?
I have tried:
git clone username:passwordgit@github.com:*****/******.git
But with no success.