Hojjat (18)

How to use the same key for Git Bash and Sourcetree.

To create the SSH key you can use PuTTYgen.It will create private.ppk and public. Then using the same window export to openssh and create id_rsa Using the following command in Git Bash create id_rsa.pub ssh-keygen -i -f public > id_rsa.pub Copy the content of public…

Continue reading...