cocoajin

使用git的全局配置   .gitconfig

一:修改 用户下的.gitconfig

  修改如图信息,添加你的信息

     

二: 命令添加

   $ git config --global user.name 

   $ git config --global user.email handsomerocco@gmail.com

分类:

技术点:

相关文章:

  • 2021-08-08
  • 2021-07-05
  • 2021-05-13
  • 2021-05-20
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
猜你喜欢
  • 2021-12-21
  • 2022-03-02
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
  • 2021-05-28
相关资源
相似解决方案