Step 1 : First Download and Install TortoiseGIT.
Step 2 : Generate ssh keys (public and private keys) using git bash command line
Use following command to generate the ssh keys.
Step 3 : Then add generated public key to project git repository and build the secure linkage.
Step 4 : Then Create a Folder and convert that folder to a git folder.
Step 5 : Then open that folder and right click and select TortoiseGit -> Settings
Step 6 : Then from the popup window add the remote url and apply and clone the project to your git folder
Step 2 : Generate ssh keys (public and private keys) using git bash command line
Use following command to generate the ssh keys.
ssh-keygen -t rsa -C
"your_email@example.com"
Step 3 : Then add generated public key to project git repository and build the secure linkage.
Step 4 : Then Create a Folder and convert that folder to a git folder.
Step 5 : Then open that folder and right click and select TortoiseGit -> Settings
Step 6 : Then from the popup window add the remote url and apply and clone the project to your git folder
No comments:
Post a Comment