sourceTree 3.X免注册[学习]

一、 在路径C:\****\AppData\Local\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
  }
]

二、在路径C:\****\AppData\Local\Atlassian\SourceTree.exe_Url_rvhjoyheuswglmomkjmmedhk4lsdtqh0\3.0.12.2543下(不同版本可能路径不同),找到文件[user.config],在第4行下插入6行代码


  65278


  3


  False
三、 参考链接

你可能感兴趣的:(sourceTree 3.X免注册[学习])