SourceTree 启动不需要账号

Posted 野鹤闲人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SourceTree 启动不需要账号相关的知识,希望对你有一定的参考价值。

*

安装SourceTree后,怎么绕过账号登录页面

1,C:\Users\Administrator\AppData\Local\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
  }
]

2,然后重新启动就直接进来了,希望有帮助

*

以上是关于SourceTree 启动不需要账号的主要内容,如果未能解决你的问题,请参考以下文章

SourceTree跳过Atlassian账号,免登陆,跳过初始设置

windows安装sourceTree

修改sourcetree默认登录账号和密码+跳过注册方法

sourcetree 免注册

SourceTree 跳过初始设置

基于Git项目管理客户端SourceTree的免注册安装及远程连接方法