安装地址
1、关闭安装程序,打开Windows资源管理器在地址栏输入:%LocalAppData%\Atlassian\ 按回车键,转到SourceTree安装目录。
2、在SourceTree目录下创建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、在SourceTree.exe_Url_clbecxc3xgbdmkfbnskxiuxqslvhuo5z\3.3.8.3848\user.config文件</SourceTree.Properties.Settings>节点前添加下述内容:
user.config
<setting name="AgreedToEULA" serializeAs="String">
<value>True</value>
</setting>
<setting name="AgreedToEULAVersion" serializeAs="String">
<value>20160201</value>
</setting>
5.再次双击“SourceTreeSetup-3.3.8.exe”运行SourceTree安装程序,即可跳过注册步骤完成安装操作。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。