SourceTree 免登陸操作
阿新 • • 發佈:2019-02-01
今天在自己電腦上使用SourceTree的時候登陸上遇到了問題,,怎麼都登陸不上去,,很費解,,,不得已蒐集了一下大神們的免登陸方式,,
在這裡和大家分享一下: 安裝之後需要使用賬號登陸以授權,以前是可以不登陸的,但是現在是強制登陸,有的時候登陸很費勁,操作不當的話登陸好幾次都登陸不上,,,有的時候對網路要求還很高,,很不方便, ,所以下面這種方式還是挺好用的,,,
安裝之後,到使用者本地資料夾下的 SourceTree 目錄,沒有則新建
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
}
]
現在再開啟 SourceTree,直接顯示主視窗了