【开发软件】SourceTree 3.0.17 以及更高版本完美跳过登陆注册

版权声明:本文为博主原创文章,如需转载请注明出处,谢谢。喜欢请关注哟~ https://blog.csdn.net/sjt223857130/article/details/87895089

SourceTree 3.0.17 普通用户版account.json跳过登陆注册方法已失效,

SourceTree 3.0.17 请安装企业版 https://www.sourcetreeapp.com/enterprise

企业版默认安装在 %programfiles(x86)%\Atlassian 目录。

快捷键 win+R 打开运行框,输入打开路径:

%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
  }
]

重新打开软件,已经跳过注册流程了。OK。

最后结尾,重要的事一定要说三遍,记好了,别搞错了哟!

SourceTree 3.0.0版本以上:请安装企业版!请安装企业版!请安装企业版!

猜你喜欢

转载自blog.csdn.net/sjt223857130/article/details/87895089