鏈接:https://pan.baidu.com/s/1SE7yANfi-i9tU6Y-2PSxig
提取碼:6ybi
1.首先下載並安裝好git程序。
2.接着下載並執行SourceTreeSetup-3.1.3.exe,會進入登錄或注冊bitbucket的界面,我只是想用軟件,並不想去注冊賬號。怎么辦?請往下看。
3.
打開 %LocalAppData%\Atlassian目錄,接着進入SourceTree目錄,創建accounts.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 } ]
4.
打開 %LocalAppData%\Atlassian,進入“SourceTree.exe_Url_iayhtc13zv3obzuz5vchezjs1az2q5ef”(注該目錄可能和版本相關,不同版本的路徑可能不完全一樣。)
接着進入"3.1.3.3158"目錄,打開user.config文件,在里面加入六行代碼。
<setting name="AgreedToEULA" serializeAs="String"> <value>True</value> </setting> <setting name="AgreedToEULAVersion" serializeAs="String"> <value>20160201</value> </setting>
5
選第四種