下载好软件开始安装。
安装好运行程序,会提示让登陆注册,
下面是跳过注册的方法:
将下面的一串串放进我的电脑的地址栏,打开sourcetree的文件夹
%LocalAppData%\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
}
]
保存文件,重启sourcetree,就可以跳过注册了。

本文详细介绍了一种跳过SourceTree软件注册流程的方法,通过在指定路径下创建并编辑accounts.json文件,添加特定的JSON数据,实现无需注册即可使用SourceTree。
5021

被折叠的 条评论
为什么被折叠?



