Showing posts with label git clone. Show all posts
Showing posts with label git clone. Show all posts

Wednesday, November 9, 2016

Git clone with user name and password

1. Use: 
git clone https://user:password@server.org/username/repo.git

2. Or (It will prompt you for your password):
git clone https://user@server.org/username/repo.git