我无法在工作中安装代理后面的源代码树。
我正在寻找所有类型的版本,但没有答案,当我找到一些并安装它,它不会允许我运行程序。
是否可以像这样在Windows上安装它?
答案 0 :(得分:1)
是的,你可以做到。
您只需创建一个许可证文件,以便无需连接到互联网并登录您的attlassian帐户。
将文件放在您帐户下的以下位置:
C:\Users\<username>\AppData\Local\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
}
]