小技巧分享:Sourcetree 免登录注册破解教程
安卓笔记侠
共 1466字,需浏览 3分钟
·
2020-12-26 20:15
Sourcetree 软件是一款非常好用的 Git GUI 管理工具,而且是支持 Windows 和 Mac 多平台的。
这么好用的一个工具,对于国内用户来说却有一个非常糟糕的槽点,登录注册流程极其不顺畅,基本上会被卡在这里。不登录呢,又不能使用...
哪里有压迫,哪里就有反抗。于是就出现了许多绕过 Sourcetree 登录注册的黑科技,这里记录其中的一种,也分享给大家。
Windows 版本
安装 Sourcetree 最新版本,打开运行,提示登录注册,直接关掉应用。打开文件资源管理器,地址栏输入:
%LocalAppData%\Atlassian\SourceTree\
回车打开 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 就可以跳过登录注册环节,直接使用了。
MacOS 版本
Mac 版本操作更简单,直接打开 Sourcetree 运行一次,再关闭,打开终端命令行工具,输入命令:
defaults write com.torusknot.SourceTreeNotMAS completedWelcomeWizardVersion 3
执行即可。
长按识别二维码,即可关注我
评论