sourcetree的使用

打开目录:
我的是:C:\Users\yida\AppData\Local\Atlassian\SourceTree
在这里插入图片描述
恩,就是它,所以接下来你应该在当前文件夹下创建一个json文件,文件名为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
  }
]

在这里插入图片描述

posted @ 2019-10-22 17:55  你就像甜甜的益达  阅读(61)  评论(0编辑  收藏  举报