1. 程式人生 > >SourceTree 跳過登錄註冊,直接使用

SourceTree 跳過登錄註冊,直接使用

com img tla ica alt str acc 技術 inf

SourceTree下載安裝後,運行程序會要求你登錄或註冊賬號才能使用,

然而登錄或註冊基本都收不到服務器的響應 (在國外嘛,安全起見),於是卡在此處無法使用了.

下面就來介紹一下跳過這尷尬環節的方法:

1.打開資源管理器, 將下面的代碼復制到地址欄,打開sourcetree的文件夾

%LocalAppData%\Atlassian\SourceTree\

技術分享圖片

2.在該文件夾下創建一個json文件,文件名為accounts.json, 復制下面的代碼到 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.保存此文件,重啟SourceTree, 大功告成 !

4.可能會遇到關閉登錄界面後退出了安裝的情況,再次運行安裝文件即可

至此 SourceTree 就跳過了登錄註冊賬戶環節, 而直接可以使用了!

SourceTree 跳過登錄註冊,直接使用