SourceTree破解


https://blog.csdn.net/weixin_40426638/article/details/79525250

 

下載地址如下:

https://download.csdn.net/download/weixin_40426638/10281430

下載安裝完成后,需要在安裝目錄添加一個文件:文件描述如下:

這里在下載安裝sourcetree到簡單,但是安裝打開后會提示你Atlassian需要注冊,這家軟件公司在澳大利亞,所以注冊時需要翻牆,才能注冊成功,為了快點使用,這里提供一個方法

1. 找到目錄:C:\Users\用戶\AppData\Local\Atlassian\SourceTree

2. 新建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 

  } 

]  

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM