美文网首页
SourceTree跳过Atlassian账号,免登陆,跳过初始

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

作者: LeMou | 来源:发表于2017-12-11 11:53 被阅读0次
    image.png

    SourceTree 安装之后需要使用账号登陆以授权,并且是强制登陆。

    登录过程非常漫长,并未在不FQ的情况下是不能成功的,下面记录一下跳过登录的方法。

    装之后,转到用户本地文件夹下的 SourceTree 目录,找到 accounts.json 文件,没有则新建。

    C:\Users\Administrator\AppData\Local\Atlassian\SourceTree

    输入以下内容保存即可

    [
      {
        "$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 Mac 跳过注册 安装

    1. 打开sourcetree
    2. 关闭sourcetree
    3. 命令终端输入defaults write com.torusknot.SourceTreeNotMAS completedWelcomeWizardVersion 3
    4. 打开sourcetree即可跳过登录

    相关文章

      网友评论

          本文标题:SourceTree跳过Atlassian账号,免登陆,跳过初始

          本文链接:https://www.haomeiwen.com/subject/mlliixtx.html