Home ›
Clone a git repository that is behind basic HTTP authenticationClone a git repository that is behind basic HTTP authentication
Submitted by Benjamin Melançon on April 4, 2010 - 4:42pm
git clone http://username:password@git.example.com:80/git/project.git
If you do not want to put your password directly in plain text, maybe leaving it out will cause you to be prompted for it.
Searched words:
clone git repository behind http authentication
Unable to access git repository protected by HTTP Basic Auth
Comments
Post new comment