sourcetree安装遇到的问题

sourcetree是git图形化管理的一个工具,git 的安装与使用这里就不介绍了,这里我已经安装好git了,文章的最后我会附上所有的下载地址。

1.首先我是在sourcetree官网下载的最新的企业版的安装包(我下载的是sourcetree3.0.17企业版本)

点击安装,提示需要安装net Framework4.7.1,没办法,那就安装呗,需要去安装脱机程序。(还要注意sourcetree说明的需要的版本,下载老版本是没有用的。),百度搜索“net Framework4.7.1 脱机程序” ,点击第一个(地址:https://support.microsoft.com/zh-cn/help/4033342/the-net-framework-4-7-1-offline-installer-for-windows)

sourcetree安装遇到的问题_第1张图片

sourcetree安装遇到的问题_第2张图片

2. 两个包下载完成后,先点击安装.net framework4.7.4脱机安装程序软件包。直接下一步就行,没什么难度。

3. 点击安装sourcetree, (安装后不要删除user.config文件,文件在,否则可能会出现崩溃错误)

sourcetree安装遇到的问题_第3张图片

企业版默认安装在 %programfiles(x86)%\Atlassian 目录。

点击SourceTree.exe显示让登录,如果想跳过登录,需要创建文件accounts.json,

%LocalAppData%\Atlassian\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
  }
]

然后再双击SourceTree.exe就可以了。

-------------------------以下情况可能只有少部分遇到  start----------------------------

4. 如果双击后SourTree.exe,提示报木马错误或者崩溃错误,可以再次点击sourcetree安装包,选择remove删除按钮,进行卸载sourcetree,

然后再删除下面两个文件夹,之后重新安装就行了。安装步骤参考2,3条。

sourcetree安装遇到的问题_第4张图片

---------------------------------------------end------------------------------------------------------

所有安装包下载地址:

sourcetree企业版:https://www.sourcetreeapp.com/enterprise

.net framework4.7.1脱机安装程序软件包:https://www.microsoft.com/zh-CN/download/details.aspx?id=56116

git安装包:https://git-scm.com/download/win

 

你可能感兴趣的:(git)