Categories
Stayno's Notes Superuser

Git clone command for Ubuntu

Example git command:

sudo git clone git@github.com:Stayno-Cheffr/simple_csv_expenses_parser.git --config core.sshCommand="ssh -i /home/vagrant/.ssh/vagrant_private_key"

Get actual repository link from github and use the –config argument to point it to the correct ssh key you have added to your GitHub account.

Leave a Reply

Your email address will not be published. Required fields are marked *