SourceTree

结合工具:   好好的熟悉git命令    理解git的工作机制啊!

1.git bash很方便的啊  

2.git的完善: 创建git补丁     git变基        

一:下载并安装sourceTree:(版本要低一点的,新版本无法破解!)

二:C:UsersAdministratorAppDataLocalAtlassianSourceTree  在此目录下添加一个accounts.json文件 (找不到这个路径:查看文件选项,勾选不隐藏文件夹)

三:复制以下内容到accounts.json,保存文件,然后再打开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
  }
]

  

       

        

原文地址:https://www.cnblogs.com/njqa/p/9831523.html