1. 程式人生 > >SourceTree安裝及跳過Atlassian驗證

SourceTree安裝及跳過Atlassian驗證

1.下載SourceTree

2. 跳過Atlassian驗證

  • 找到以下路徑: C:\Users\Administrator\AppData\Local\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 } ]

3. 正常安裝