Sourcetree(git图形化工具,跳过注册)

1、先下载并安装好git程序

2、接着下载并执行SourceTreeSetup-3.2.6.exe,会进入登录或注册bitbucket的界面

3、打开在电脑文件地址输入 %LocalAppData%\Atlassian,进入该目录,接着进入SourceTree目录,创建accounts.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
  }
]

4、打开 %LocalAppData%\Atlassian,进入“SourceTree.exe_Url_nhyjtvwpwvx05ekrps1xkfsnyqgi52cr” 目录

进入目录3.2.6.3544,并打开 user.config 文件,添加如下代码


    True


    20160201

5、再次执行SourceTreeSetup

Sourcetree(git图形化工具,跳过注册)_第1张图片

^_^
if('评论、转发、点赞'){
    while (true) echo '无双奥义 BUG消失术';
}

你可能感兴趣的:(工具)