Git Lab UserGuide
1. git config --global user.name"userNameInGitLab" 2. git config --global user.email "userEmailInGitLab"Genereate ssh key
3. ssh-keygen -t rsa -C "GitLab" -b 4096
then we keep all things default, especially for passPhare, keep it empty.
4. copy the content of public key ~/.ssh/id_rsa.pub to the GitLab.
页:
[1]