一、說明
官方下載下傳位址:
https://www.sourcetreeapp.com/-
舊版
舊版免登入隻需要執行第二步即可,如下界面為舊版。

-
新版
部落客用的是SourceTreeSetup-3.3.8,如下界面為新版,第二、三步操作都需執行。
二、添加accounts.json
進入C:/Users/Administrator/AppData/Local/Atlassian/SourceTree目錄,位址欄輸入以下位址即可進入。
%LocalAppData%/Atlassian/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
}
]
三、修改user.config
進入C:/Users/Administrator/AppData/Local/Atlassian/SourceTree.exe_Url_ehxo33lcbvsvb51tb25j1akl1v2frli5/3.3.8.3848目錄,不同版本的目錄結構可能不同,可輸入以下位址自行進入。
%LocalAppData%/Atlassian
修改user.config檔案,在标簽<SourceTree.Properties.Settings>子級添加以下内容:
<setting name="AgreedToEULA" serializeAs="String">
<value>True</value>
</setting>
<setting name="AgreedToEULAVersion" serializeAs="String">
<value>20160201</value>
</setting>