SourceTree跳过注册登录安装

SourceTree下载安装      

        SourceTree作为Git可视化工具,用起来除了卡顿,没有太大问题,在软件安装完成之后,需要注册登录,如果感觉麻烦,可以快速跳过。SourceTree跳过注册登录安装_第1张图片

跳过注册登录

1.安装完成之后,关闭软件,在文件夹中打开安装目录 %LocalAppData%\Atlassian\SourceTree,找到accounts.json文件,如果没有,可以新建,注意文件扩展名,需要是.json,把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
  }
]

2.在accounts.json父级目录下,或者文件夹打开%LocalAppData%\Atlassian目录,找到SourceTree_Url_*****的文件夹,版本不同,*****文件夹名不一样,进入该目录下,有一个版本号的目录,一般为安装的SourceTree版本号(比如3.0.17.5642),进入该目录下,打开user.config文件夹,如果没有,新建,注意扩展名,在文件夹中加入以下代码:

  
    True
  
  
      20160201
  

3.保存文件,重新打开SourceTree,即可跳过注册登录,直接进入到仓库管理界面。

你可能感兴趣的:(Git,git,SourceTree,跳过安装,破解)