SourceTree 跳过注册

1、下载安装好Git

2、接着下载并执行 SourceTreeSetup-3.3.8.exe,会进入登录或注册bitbucket的界面,我只是想用软件,并不想去注册账号。怎么办?请往下看。

SourceTree 跳过注册_第1张图片

3、关闭上述安装窗口,打开 %LocalAppData%\Atlassian目录,接着进入SourceTree目录,创建accounts.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
  
    }
  
  ]

4、打开 %LocalAppData%\Atlassian,进入“SourceTree.exe_Url_3vwsyhzajjlvkzoubn0q1uaqnwzy5ffr”(注该目录可能和版本相关,不同版本的路径可能不完全一样。)接着进入"3.3.8.3848"目录,打开user.config文件,在里面加入六行代码。


    1201.3333333333333


    737.33333333333326

SourceTree 跳过注册_第2张图片

 1232121

5、再次执行SourceTreeSetup-3.3.8.exe,此处可能会出现如下二种情况,

情况一就进入下一步安装。

SourceTree 跳过注册_第3张图片

情况二:弹出Mercurial询问窗口,可以根据实际情况做相应的选择,比如使用默认选项下载Mercurial,或者使用第四个选项“我不想使用Mercurial”。

SourceTree 跳过注册_第4张图片

6、完成安装,过程跳过繁琐的bitbucket注册

SourceTree 跳过注册_第5张图片

注:本文理论上可以跳过SourceTree 3.X 系列的bitbucket注册的过程。

你可能感兴趣的:(git)