sourceTree installation, skip bitbucket register free login method

I used version is SourceTreeSetup-3.2.6.exe

Download it is more difficult at the official website, so I put Baidu network disk posted:

Links: https://pan.baidu.com/s/1KOGnRYi9Fp043NsdAXQtGQ extraction code: gnv2

If you can at the official website, try

Official website: HTTPS: //www.sourcetreeapp.com/
Windows version Download: https: //product-downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-3.2.6.exe _ga = 2.240708419.1383101182.1574670384? -200523786.1574670384

1, after downloading, click on installation and operation

2, turn off the window, open the% LocalAppData% \ Atlassian directory on my computer in the address bar

3, then enter SourceTree directory, create accounts.json file and modify as follows 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
  }
]

4, only to see the step above a lot of online tutorials, but following this step is necessary, or else will not succeed.

Open% LocalAppData% \ Atlassian, enter "SourceTree.exe_Url_nn1m0zxifrz542zaokz0zdglt1dyzdcn \ 3.2.6.3544"
open user.config file, add six lines of code in <SourceTree.Properties.Settings> inside.

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

5, re-run the installation file

If you find abnormal or unsuccessful at this time to install, restart the computer and check the above file modified successfully.

6, we generally use git git will be installed, so I chose not to use Mercurial

7, this step basically set the user name information is successful.

发布了59 篇原创文章 · 获赞 155 · 访问量 41万+

Guess you like

Origin blog.csdn.net/qq_35430000/article/details/104233975