zoukankan      html  css  js  c++  java
  • 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
      }
    ]
    

      

           

            

  • 相关阅读:
    TCP/IP
    logging模块
    HttpClient当HTTP连接的时候出现大量CLOSE_WAIT连接(转)
    三 os模块
    一 time与datetime模块
    (转)HTTPS到底是个啥玩意儿?
    Python
    Codeforces Round #374 (Div. 2)
    Codeforces Round #373 (Div. 2)
    bzoj3527: [Zjoi2014]力
  • 原文地址:https://www.cnblogs.com/njqa/p/9831523.html
Copyright © 2011-2022 走看看