SourceTree 3.3.8安装跳过注册安装

安装地址
1、关闭安装程序,打开Windows资源管理器在地址栏输入:%LocalAppData%\Atlassian\ 按回车键,转到SourceTree安装目录。
2、在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
  }
]

4、在SourceTree.exe_Url_clbecxc3xgbdmkfbnskxiuxqslvhuo5z\3.3.8.3848\user.config文件节点前添加下述内容:

user.config

   
                True
            
            
                20160201
            

5.再次双击“SourceTreeSetup-3.3.8.exe”运行SourceTree安装程序,即可跳过注册步骤完成安装操作。

你可能感兴趣的:(前端)