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
}
]

然后  重启 安装包


 

上一篇:Mybats-Generator的详细配置文件详解


下一篇:【ASP.NET】 HttpContext.Current.User.Identity.Name 返回值为空