1.安装之后,转到用户本地文件夹下的 SourceTree 目录,没有则新建
C:\Users\用户\AppData\Local\Atlassian\SourceTree (或者 %LocalAppData%\Atlassian\SourceTree\)
2.在文件夹内新建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
}
]
3提示缺少文件
image.png
补丁下载https://blog.fishlee.net/2016/02/18/sourcetree_1810_mercurial_cannot_open_patch/
4设置ssh key秘钥
工具>选项>ssh客户端配置>openSSH
选择秘钥目录C:\Users\Administrator.ssh\id_rsa.pub确定