Skip to content

Instantly share code, notes, and snippets.

@whoisryosuke
Created July 15, 2019 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whoisryosuke/1092730d8f6f83434d5cbe8521d70ae7 to your computer and use it in GitHub Desktop.
Save whoisryosuke/1092730d8f6f83434d5cbe8521d70ae7 to your computer and use it in GitHub Desktop.
Git/Dev Ops - Clone from private repo (into a remote server / locally / etc) - via: https://github.community/t5/How-to-use-Git-and-GitHub/Clone-private-repo/td-p/12616
git clone https://gitusername:mygithubpassword@github.com/strafe/project.git .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment