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
Searched words:
clone git repository behind http authentication
Unable to access git repository protected by HTTP Basic Auth
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.
More like this
- Git rebase workflow and git ahead and behind messages
- Cloning git locally to test a Drupal module in development on multiple sites
- git apply does not work from within the local checkout of an unrelated git repository
- Tell Drush to Check your Git Repository for Configuration
- Deleting a branch in git, and deleting that branch from the remote repository


Comments
Post new comment