华风 发表于 2018-1-12 13:57:59

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]
查看完整版本: Git Lab UserGuide