SourceTree 3.1.3 版本安装以及跳过bitbucket注册

1.进入官网下载https://www.sourcetreeapp.com

2.双击安装

进入这个页面之后关闭该窗口

SourceTree 3.1.3 版本安装以及跳过bitbucket注册_第1张图片

3.打开 %LocalAppData%\Atlassian目录,双击SourceTree文件夹,创建accounts.json文件,内容为:

[
    {
      "$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
    }
  ]

SourceTree 3.1.3 版本安装以及跳过bitbucket注册_第2张图片

SourceTree 3.1.3 版本安装以及跳过bitbucket注册_第3张图片

4.打开%LocalAppData%\Atlassian目录,进入框框的目录

SourceTree 3.1.3 版本安装以及跳过bitbucket注册_第4张图片

5.进入版本文件夹,修改user.config文件,增加一下内容



                True

            

            

                20160201

            

6.再次执行SourceTreeSetup-3.1.3.exe

7.若没有安装git和mercurial,会提示安装,点击安装就ok了

8.点击下一步完成安装

 

你可能感兴趣的:(git工具,前端)