美文网首页
sourcetree3.1.x破解-跳过Bitbucket

sourcetree3.1.x破解-跳过Bitbucket

作者: 卡门001 | 来源:发表于2020-02-29 18:31 被阅读0次

    网上有许多注册破解的办法,但是不全面,总是有残缺!

    一、下载企业版

    https://www.sourcetreeapp.com/enterprise v3.3.8

    二、安装

    • 双击下载包(SourcetreeEnterpriseSetup_3.3.x),进入安装界面
    • 选择安装类型为 自定义安装(custom)
    • 按提示一路安装,结束后关闭程序

    三、创建account.json

    路径:C:\Users${currentUser}\Appdata\Local\Atlassian\SourceTree
    创建account.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
      }
    ]
    

    四、修改user.config

    路径:C:\Users${currentUser}\Appdata\Local\Atlassian\SourceTree.exe_Url_yjhzxxhcu2ommegrdorjf3q1oqllqxiq\3.3.8.3848
    在user.config中添加如下语句:

    <setting name="AgreedToEULA" serializeAs="String">
        <value>True</value>
    </setting>
    <setting name="AgreedToEULAVersion" serializeAs="String">
        <value>20160201</value>
    </setting>
    

    五、重新打开sourcetree程序,出现如下界面

    选下图中红线框起来的部分内容。


    确认页

    成功进入主界面

    相关文章

      网友评论

          本文标题:sourcetree3.1.x破解-跳过Bitbucket

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