Version controlling is one of the most important software life cycle processes. We have to maintain our code base on remote repository with version control functionality. For remote repository and version control, we have GIT and SVN. In GIT, I am going to give you the steps to get and add SSH authenticate key.
Please follow the below commands to get SSH key from Linux machine.
cd ~/.ssh
ssh-keygen
cat ~/.ssh/id_rsa.pub
Once you done the below commands, you can copy the content of CAT command and paste into notepad. After you pasted in notepad, if you find any space on end of the content, please remove the space and copy the content and paste on SSH Key in Git hub account.
Please follow the below commands to get SSH key from Linux machine.
cd ~/.ssh
ssh-keygen
cat ~/.ssh/id_rsa.pub
Once you done the below commands, you can copy the content of CAT command and paste into notepad. After you pasted in notepad, if you find any space on end of the content, please remove the space and copy the content and paste on SSH Key in Git hub account.
No comments:
Post a Comment