SoureTree是git的一個客戶端工具
soureTree 免注冊安裝步驟: (1)先安裝git (2)雙擊sourceTree軟件安裝包 (3)待sourceTree安裝界面出現(xiàn)后,關(guān)閉安裝界面 (4)電腦搜索windows+R 輸入 %LocalAppData%\Atlassian\SourceTree\ (5)將 accounts.json 文件 ,放到此目錄下面 (6)雙擊sourceTree軟件安裝包,此時已跳過注冊流程 (7)如果sourceTree安裝過程中,提示沒有檢測到git,我們手動選出git的安裝路徑(bin 下的git.exe) (8)安裝最后一步提示 沒有檢測到已安裝的mercurial,點(diǎn)擊我不想使用mercurial 即可。
參考:http://blog.csdn.net/u010289111/article/details/54706836
accounts.json 內(nèi)容如下: ps : accounts.json中的內(nèi)容不知道什么意思,但是知道不能一股腦的拷貝,至少里面的username和id得改改吧 [ { "$id": "1", "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity", "IsDefault": false, "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./" }, "Credentials": { "$id": "4", "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account", "Username": "yyw.hh@qq.com", "Email": null, "AvatarURL": null, "AuthenticationScheme": { "$type": "SourceTree.Model.BasicAuthAuthenticationScheme, SourceTree.Api.Account", "Value": "Username/Password", "Name": "Basic", "Description": "Password", "HeaderValuePrefix": "Basic", "UsernameIsRequired": true }, "Id": "yyw.hh@qq.com", "DisplayName": null } } ]
|