SourceTree 从下载、安装到免登录的方法(Windows 版 )

下载:链接: https://pan.baidu.com/s/1WNiS… 密码: xxbt

  1. 首先,安装完 SourceTree 以后先运行一次,弹出初始化登录页面后退出。

《SourceTree 从下载、安装到免登录的方法(Windows 版 )》

2.找到 C:Usersxx电脑名AppDataLocalAtlassianSourceTree文件下
增加名为accounts.json的文件
《SourceTree 从下载、安装到免登录的方法(Windows 版 )》

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  
    }  
  ]  

重启软件

    原文作者:yuezhongbao
    原文地址: https://segmentfault.com/a/1190000014591550
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞