zhongyehai

 

 

1.下载并安装Git和图形客户端TortoiseGit

 

Git官网:https://gitforwindows.org/

 

TortoiseGit官网: https://tortoisegit.org/download/

 


2.创建git账户

在cmd下输入命令创建用户(勿使用中文):
git config --global user.name "用户名"
git config --global user.email "邮箱"

查看账号信息:git config --list

 

分类:

技术点:

相关文章:

  • 2021-10-12
  • 2021-11-05
  • 2022-12-23
  • 2021-05-30
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2022-12-23
  • 2021-11-20
  • 2021-07-04
  • 2021-07-19
  • 2021-12-09
相关资源
相似解决方案