Github get Public Key, set user name
Get Public Key:
ssh-keygen -t rsa
Set Username:
git config --global user.name "srikanth"
git config --global user.email "sri.jjhero@gmail.com"
ssh-keygen -t rsa
Set Username:
git config --global user.name "srikanth"
git config --global user.email "sri.jjhero@gmail.com"
Comments