Source tree 图形化版本控制

  1.安装过程中过滤 注册 步骤。

 

 我们进入%LocalAppData%\Atlassian\SourceTree\目录  新建 文件 acouont.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
}
]

然后  重启 安装包


 

posted @ 2019-03-03 21:39  Cn.Ruyi  阅读(249)  评论(0编辑  收藏  举报