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
Just to make the syntax a bit clearer, to clone a private repository use:
git clone https://[insert username]:[insert password]@github.com/[insert organisation name]/[insert repo name].git
Example:
git clone https://myusername:mypassword@github.com/myorgname/myreponame.git