Git clones wrong repository
clone, git, github
Solution
Just delete the remote/origin assignment in the `~/.gitconfig` file and everything will go correctly.
Problem
We have several Git repositories stored remotely in GitHub. I am using git bash to clone a repository. Repository A clones completely fine from a URL I am taking from GitHub, but when using the URL for repository B, I still get the source of repository A. However much I try I am unable to pull down the code from repository B. Has anyone had any similar behaviour?