sourcetree 免註冊安裝
SourceTree 是 Windows 和Mac OS X 下免費的 Git 和 Hg 客戶端,同時也是Mercurial和Subversion版本控制系統工具。支援建立、克隆、提交、push、pull 和合並等操作。
SourceTree擁有一個精美簡潔的介面,大大簡化了開發者與程式碼庫之間的Git操作方式,這對於那些不熟悉Git命令的開發者來說非常實用。
-
SourceTreeSetup_1.5.2 windows下的安裝軟體
-
電腦
-
下載地址:連結:http://pan.baidu.com/s/1eSgZHui 密碼:x1h7
安裝:
安裝sourcetree之前要確認git已經安裝。
第一步:雙擊軟體之後,正常安裝;
第二步:需要翻牆,使用google或atlassian賬號登入,網速慢請耐心等待驗證碼出現,可用lan燈或者loco。下一步有時會有稍許延遲,耐心等待,但是沒有google或atlassian賬號的時候,可以通過配置 accounts.json實現免登陸安裝;
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 } ]
點選開始—在搜尋程式和檔案的文字框裡面輸入:
%LocalAppData%\Atlassian\SourceTree
該目錄為sourcetree的安裝目錄,將新建好的檔案放到該目錄下面,檔案的具體路徑如下:
%LocalAppData%\Atlassian\SourceTree\accounts.json
第三步:點選桌面的sourcetree的快捷方式,重新安裝,此時就可以跳過使用者登入,直接安裝軟體。