免费的git图形化界面工具source_tree、安装、跳过注册

1、安装:

  自行到官网或者其他链接下载安装,这里不提供链接(版本选择3.0版本之前,3.0之后的版本老办法无法跳过注册)

2、在地址栏输入:

%LocalAppData%\Atlassian\SourceTree\
跳转到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.0版本以后可能不成功

posted @ 2018-10-29 13:44  大作手AD  阅读(661)  评论(0)    收藏  举报