SourceTree 免登录跳过初始设置
SourceTree 免登錄跳過初始設置
?
SourceTree 安裝之后需要使用賬號登陸以授權,以前是可以不登陸的,但是現在是強制登陸。
雖然是免費授權,但是碰上不可抗力因素,登陸不是很方便,這里記錄一下跳過這個初始化的步驟。
?
安裝之后,轉到用戶本地文件夾下的 SourceTree 目錄,沒有則新建
%LocalAppData%\Atlassian\SourceTree\新建?accounts.json 文件
%LocalAppData%\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,直接顯示主窗口了
轉載于:https://www.cnblogs.com/gjw-hsf/p/7478024.html
總結
以上是生活随笔為你收集整理的SourceTree 免登录跳过初始设置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: maven学习6 Eclipse下Tom
- 下一篇: angular4 学习日志(一 依赖注入