码迷,mamicode.com
首页 > 其他好文 > 详细

SourceTree跳过注册

时间:2018-06-12 22:26:30      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:base   lse   nts   cal   cat   nbsp   解决   min   ssi   

 

 

解决办法:

1、打开默认安装路径

C:\Users\Administrator\AppData\Local\Atlassian\SourceTree

 

 

2、新建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  
  }  
]  

 

 

3、重新打开,就好了!

 

SourceTree跳过注册

标签:base   lse   nts   cal   cat   nbsp   解决   min   ssi   

原文地址:https://www.cnblogs.com/wangjianuo/p/9175206.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!