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

Posted dzzzz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何顺畅使用sourcetree可视化工具相关的知识,希望对你有一定的参考价值。

 

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可视化工具的主要内容,如果未能解决你的问题,请参考以下文章

Git可视化工具SourceTree的使用

Git使用SourceTree可视化工具的安装和使用攻略

mac sourcetree启用外部合并工具(beyond compare)

使用 SourceTree 管理ios项目

SourceTree的使用(git管理项目)

SourceTree安装与使用