1.创建用户

git-SourceTree的基本使用

git-SourceTree的基本使用

 

2.克隆项目到本地

git-SourceTree的基本使用

 

 

 

 

3.可能遇到的问题

【1】这是一个无效的URL路径或unable to access 'https://': SSL certificate problem: self signed certificate in c,这是由于不信任证书导致的

解决方法:在终端输入:Git config --global http.sslVerify false并且去掉勾选下面的选项????

git-SourceTree的基本使用

【2】更改账户用户名和绑定邮箱

git config --global user.name "xxUserNamexx"
git config --global user.email "xxUserEmailxx"

 

相关文章:

  • 2022-12-23
  • 2021-08-23
  • 2021-11-24
  • 2021-08-12
  • 2021-12-06
  • 2021-07-20
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-07-23
  • 2021-12-22
相关资源
相似解决方案