sourceTree 3.X registration-free [learning]

First, the path C:\****\AppData\Local\Atlassian\SourceTreeis created accounts.json file

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

Second, in the path of C:\****\AppData\Local\Atlassian\SourceTree.exe_Url_rvhjoyheuswglmomkjmmedhk4lsdtqh0\3.0.12.2543the (different versions may be different paths), to find the file [the user.config], in line 4 <SourceTree.Properties.Settings>is inserted into the lines 6

<setting name="FileStatusFilter" serializeAs="String">
  <value>65278</value>
</setting>
<setting name="DiffContext" serializeAs="String">
  <value>3</value>
</setting>
<setting name="DiffWhiteSpaceIgnored" serializeAs="String">
  <value>False</value>
</setting>
Third, reference links

Guess you like

Origin www.cnblogs.com/Tianbao/p/11720234.html