博客
关于我
sourcetree跳过注册的方法
阅读量:217 次
发布时间:2019-02-28

本文共 1177 字,大约阅读时间需要 3 分钟。

当前只有Win的版本,Mac自行百度(笑)

很多人用git命令行不熟练,那么可以尝试使用sourcetree进行操作。

然鹅~~sourcetree又一个比较严肃的问题就是,很多人不会跳过注册或者操作注册。

废话不多,我们直接开始跳过注册阶段的操作。

下载好之后会有这么一个界面要求你注册或登录。(不管它)将下面的一串串放进我的电脑的地址栏,打开sourcetree的文件夹

%LocalAppData%\Atlassian\SourceTree\

通常长这样

对,没错,你会看到一个很不和谐的文件你是没有的

恩,就是它,所以接下来你应该在当前文件夹下创建一个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  }]

保存此文件。

 重新启动sourcetree,恩,哒~哒哒~~~

和之前不一样的界面,无需注册,一秒999级,我系渣渣辉,你没有玩过的全新版本,贪玩南粤????画风好像变得很奇特的样子。。。

咳咳,,就是这样,sourcetree已经跳过注册环节了。

 

转载地址:http://ucci.baihongyu.com/

你可能感兴趣的文章
no1
查看>>
NO32 网络层次及OSI7层模型--TCP三次握手四次断开--子网划分
查看>>
NOAA(美国海洋和大气管理局)气象数据获取与POI点数据获取
查看>>
NoClassDefFoundError: org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata
查看>>
node exporter完整版
查看>>
node HelloWorld入门篇
查看>>
Node JS: < 一> 初识Node JS
查看>>
Node JS: < 二> Node JS例子解析
查看>>
Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime(93)解决
查看>>
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime(72)
查看>>
Node 裁切图片的方法
查看>>
node+express+mysql 实现登陆注册
查看>>
Node+Express连接mysql实现增删改查
查看>>
node, nvm, npm,pnpm,以前简单的前端环境为什么越来越复杂
查看>>
Node-RED中Button按钮组件和TextInput文字输入组件的使用
查看>>
vue3+Ts 项目打包时报错 ‘reactive‘is declared but its value is never read.及解决方法
查看>>
Node-RED中Switch开关和Dropdown选择组件的使用
查看>>
Node-RED中使用exec节点实现调用外部exe程序
查看>>
Node-RED中使用function函式节点实现数值计算(相加计算)
查看>>
Node-RED中使用html节点爬取HTML网页资料之爬取Node-RED的最新版本
查看>>