美文网首页
windows sourceTree 免登陆教程

windows sourceTree 免登陆教程

作者: mark666 | 来源:发表于2020-06-12 17:48 被阅读0次

    1.下载sourcetree

    推荐pc6网站

    下载页面

    选择windows

    下载后解压安装

    2.添加配置文件

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

    3.重启sourceTree 即可进入主页面

    相关文章

      网友评论

          本文标题:windows sourceTree 免登陆教程

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