I was having problems setting a sshkey for gitlab. It stopped working and it wouldnt work. Somehow its working now, I didnt modify anything I simply added got a new key and added it. Im trying to understand a few things though. (I already read the READMEs)
1.Does my user name and email in .gitconfig have to be exactly the same what they are in my Gitlab profile?
2.When I did ssh-keygen -t rsa -b 4096 -C "your_email"
and I forgot to change your_email
and It still worked. So whats the purpose adding my email in this part?