Problem is, Bitbucket doesn’t allow you to use the same SSH key with more than one Bitbucket account. About SSH key Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying your username or password at each visit. Generating a new […]

Sep
10
2019

GIT : Setup/Configuration & Useful Commands Git setup/Configuration : 1. ssh-keygen -t rsa -C “Email ID” : for key generator (.ssh folder) # Generating public/private rsa key pair. # Enter file in which to save the key (/c/Users/you/.ssh/id_rsa or ~/.ssh/id_rsa): [Press enter] Now you need to enter a passphrase. # Enter passphrase (empty for no […]

Jun
19
2019