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

如何顺畅使用sourcetree可视化工具

时间:2018-03-26 22:36:23      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:tree   目录   ssi   nbsp   lan   需要   def   style   初始化   

 

http://www.360doc.com/content/17/0711/10/11253639_670493403.shtml

sourcetree软件下载

下载地址:https://www.sourcetreeapp.com/

 

SourceTree 安装之后需要使用账号登录授权,以前是可以不登录的,但是现在是强制登录。

虽然是免费授权,但是碰上不可抗力因素,比如说登录时需要验证码,这个验证码是谷歌发的,这里使用代理FQ也不能正常收到,所以登录不是很方便,这里记录一下跳过这个初始化的步骤。

安装之后,转到用户本地文件夹下的 SourceTree 目录,没有则新建

C:\Users\alice\AppData\Local\Atlassian\SourceTree
新建 accounts.json 文件
路径:C:\Users\alice\AppData\Local\Atlassian\SourceTree\accounts.json
输入以下内容保存即可

 1  1 [
 2  2   {
 3  3     "$id": "1",
 4  4     "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity",
 5  5     "Authenticate": true,
 6  6     "HostInstance": {
 7  7       "$id": "2",
 8  8       "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount",
 9  9       "Host": {
10 10         "$id": "3",
11 11         "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",
12 12         "Id": "atlassian account"
13 13       },
14 14       "BaseUrl": "https://id.atlassian.com/"
15 15     },
16 16     "Credentials": {
17 17       "$id": "4",
18 18       "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",
19 19       "Username": "",
20 20       "Email": null
21 21     },
22 22     "IsDefault": false
23 23   }
24 24 ]

 

 技术分享图片

 

如何顺畅使用sourcetree可视化工具

标签:tree   目录   ssi   nbsp   lan   需要   def   style   初始化   

原文地址:https://www.cnblogs.com/DZzzz/p/8654151.html

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