1、 SourceTree是什麼?java
一個擁有可視化界面的項目版本控制的軟件,適用於git項目管理,在window和mac都可使用。git
2、 SourceTree下載json
下載地址:SourceTree官網app
3、 SourceTree安裝步驟版本控制
在安裝過程當中,可能會提示你下載安裝Microsoft .NET Framework XX,還有內置版Mercurial和內置版git,不要驚慌!安裝教程有不少,自行百度吧。blog
這裏我想說說比較重要的東西,那就是SourceTree的免登陸,如何跳過初始設置?教程
安裝以後,轉到用戶本地文件夾下的SourceTree目錄,通常爲計算機目錄(Windows平臺):項目管理
C:\Users\用戶名\AppData\Local\Atlassian\SourceTree,將用戶名替換成你的便可,而後新建accounts.json文件,輸入如下內容保存便可:get
[ { "$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 } ]
而後關閉,重啓運行便可生效。it