sourcetree3.0.17 installation skip the registration

Methods for Enterprise Edition (Enterprise Edition installation address https://www.sourcetreeapp.com/enterprise)

Open C: \ Users \ Administrator \ AppData \ Local \ Atlassian \ SourceTree ( default installation position)
Notepad open accounts.json (not create a new one), Input:

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

Reopen software

Published 86 original articles · won praise 8 · views 7185

Guess you like

Origin blog.csdn.net/qq_38935512/article/details/104223767