安装 SourceTree 时,需要使用atlassian授权,即使翻墙这个过程也会出现反应慢,收不到邮件或短信的问题,现提供跳过 atlassian账号 授权方法。注册的时候需要翻墙,这个太慢了有时候还不成功。下面就说说怎么跳过这个过程。
在我们安装软件之前,需要准备一个文件,有了这个文件就可以跳过账号授权。文件名称为 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
}
]
有了这个文件后,找到 %LocalAppData% 文件夹,windows一般是 C:\Users\Administrator\AppData\Local,然后运行 SourceTreeSetup-2.6.10.exe ,这时候就能看到 %LocalAppData%\Atlassian\SourceTree\ 文件夹了,将上面准备好的文件放到这个下面,等会就能看到跳过了账号检查。