1.? 安裝使用
下載地址:Sourcetree Free Git
下載完成后,在安裝SourceTree的過程中,需要通過賬戶登錄,但注冊或登錄界面可能根本無法打開,導致軟件無法正常安裝。
[ { "$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": "username@email.com" }, "IsDefault": false }]
***??在目錄C:\Users\{youruser}\AppData\Local\Atlassian\SourceTree 下創(chuàng)建文件accounts.json ,寫入以上內容
***??在\Atlassian\SourceTree.exe_Url_xxx 下打開文件user.config ,寫入內容:
? ???<setting name="AgreedToEULAVersion" serializeAs="String">
? ? <value>20160201</value>
? ? </setting>
保存即可