Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Created July 29, 2013 16:23
Show Gist options
  • Save pgwillia/6105548 to your computer and use it in GitHub Desktop.
Save pgwillia/6105548 to your computer and use it in GitHub Desktop.
How to clone a private repository where username/password is required
git clone https://username:password@github.com/username/repository.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment