sourceTree的下载与安装

1、 SourceTree是什么?java

  一个拥有可视化界面的项目版本控制的软件,适用于git项目管理,在window和mac都可使用。git

 

2、 SourceTree下载json

  下载地址:SourceTree官网app

 

3、 SourceTree安装步骤版本控制

  在安装过程当中,可能会提示你下载安装Microsoft .NET Framework XX,还有内置版Mercurial和内置版git,不要惊慌!安装教程有不少,自行百度吧。blog

  这里我想说说比较重要的东西,那就是SourceTree的免登陆,如何跳过初始设置?教程

  安装以后,转到用户本地文件夹下的SourceTree目录,通常为计算机目录(Windows平台):项目管理

  C:\Users\用户名\AppData\Local\Atlassian\SourceTree,将用户名替换成你的便可,而后新建accounts.json文件,输入如下内容保存便可:get

[
  {
    "$id": "1",
    "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity",
    "Authenticate": true,
    "HostInstance": {
      "$id": "2",
      "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount",
      "Host": {
        "$id": "3",
        "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",
        "Id": "atlassian account"
      },
      "BaseUrl": "https://id.atlassian.com/"
    },
    "Credentials": {
      "$id": "4",
      "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",
      "Username": "",
      "Email": null
    },
    "IsDefault": false
  }
]

  而后关闭,重启运行便可生效。it

相关文章
相关标签/搜索