I\'m trying to do a simple git clone https://github.com/org/project.git on a CentOS box but get:
git clone https://github.com/org/project.git
error: The requested URL returned error:
I had to specify user name to work on 1.7.1 git version:
git remote set-url origin https://username@github.com/org/project.git