1、运行安装程序到要输入帐号的阶段 关闭 在我的电脑搜索
%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
}
]
然后再点安装程序即可
json可能有问题换这个
.net Framework4.0
使用ssh之前需要创建一个ssh密钥用来获取coding或相关网上的数据
1、sourcetree中-》工具-》创建或导入SSH密钥-》点击generate-》然后save public和private2个密钥
-》复制生成的原本空白区中的内容到coding的ssh公钥当中-》右下角会出现一个pageant应用打开添加生成的.ppk后缀的文件即可
2、修改默认的工作目录-》每次都由自己修改文件夹目录和新建一个文件夹很烦
工具-》选项-》Repo settings中修改项目目录为所需的即可