Day Vision

Reading Everyday,Extending Vision

SourceTree skips the Atlassian account, skips the login, and skips the initial setup

2023-02-28 04:13:14


Once installed, go to the SourceTree directory under the user's local folder and find accounts. exe. exe. JSON file, no then new.


After SourceTree is installed, you need to log in using your account for authorization, and it is mandatory to log in.

C:\Users\Administrator\AppData\Local\Atlassian\SourceTree

Enter the following to save

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

Now open SourceTree again and directly display the main window.