SourceTree 3.3.6 installation skip the registration installation

The recent plague * love it, the company organize a home office, home computer and therefore need to configure the environment, re-install Git SourceTree this management tool.

 

Windows-end, for example, download the latest version 3.3.6 SourceTree, skip the registration step installation is as follows:

1. Install SourceTree 3.3.6, the implementation of the interface to select bitbucket exit.

2. to C: \ Users \ {username} \ AppData \ Local \ Atlassian \ accounts.json created under SourceTree \ this path, and the following code to copy the file 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
  }
]

3. Open SourceTree.exe_Url_apsrtoxwsrcvqebduamp3kk0yxymyfik \ 3.3.6.3829 \ user.config file, and add the following code:

<setting name="AgreedToEULA" serializeAs="String">
    <value>True</value>
</setting>
<setting name="AgreedToEULAVersion" serializeAs="String">
    <value>20160201</value>
</setting>

4. Re-click SourceTree.exe installation, the following pop-up window, select the last item installed.

 

 The effective pro-test

 

Guess you like

Origin www.cnblogs.com/calence/p/12294529.html