GIT 被忘

1.ssh-keygen -t rsa -C "[email protected]"

ssh-add id_rsa

 

$ ssh -T git @github .com

 

  1. $ git config --global user.name  "Firstname Lastname"   
  2. $ git config --global user.email "[email protected]"

你可能感兴趣的:(git)