mumuda

1.第一种使用tortoiseGit插件:

a.首先在setting中的Git中添加user&email

b.通过git clone填写url和branch,选择下载工程的不同分支上的代码

2.通过 git bash here命令的方式

a.设置user&email

b.git clone 项目地址

c.添加sshkey;不用每次都输入名称和密码:ssh-keygen -t rsa -C "1234@qq.com"

分类:

技术点:

相关文章:

  • 2021-12-07
  • 2021-11-18
  • 2021-08-16
  • 2021-08-15
  • 2021-12-09
  • 2021-11-06
  • 2021-09-10
  • 2021-10-20
猜你喜欢
  • 2021-12-03
  • 2021-10-03
  • 2021-11-12
  • 2021-11-16
  • 2021-11-02
  • 2021-11-01
  • 2021-12-14
相关资源
相似解决方案