SourceTree 3.1.3版本跳过注册

1、进入文件夹 %LocalAppData%\Atlassian\SourceTree\

找到SourceTree的目录

2、里面添加一个json文件 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
}
]

 

3、然后返回上一层找到文件user.config,在里面<setting>标签同级添加如下代码,放在同级最前面:

<setting name="AgreedToEULA" serializeAs="String">

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

4、重启SourceTree

 

会出现安装的,点第一个即可。

posted @ 2019-08-05 10:26  清风引佩下瑶台  阅读(359)  评论(0编辑  收藏  举报