1 配置user name和email

git config --global user.name "xxx"

git config --global user.email "xxx"

 

2 生成秘钥时指定邮箱

ssh-keygen -t rsa -C "email_name@email"

 

 

 

 

 



相关文章:

  • 2021-07-15
  • 2022-01-06
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
猜你喜欢
  • 2021-07-22
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2021-06-23
相关资源
相似解决方案