笔者在安装Redis Desktop Manager时出现了Failed to connect to chromium.googlesource.com port 443: Connection timed out错误,具体见文末。

解决方法

出现这种问题,是某些原因无法连接到Google,令git走代理可以解决。

如何设置git代理,可以具体查看 http://www.cnblogs.com/zhuxiaoxi/p/8398475.html

➜  ~ yaourt redis-desktop-manager

1 aur/redis-desktop-manager 0.9.0_alpha5-1 (13) (0.00)

    Open source cross-platform Redis Desktop Manager based on Qt 5

2 aur/redis-desktop-manager-bin 0.9.0_alpha4-1 (7) (0.00)

    Cross-platform open source Redis DB management tool

==> Enter n° of packages to be installed (e.g., 1 2 3 or 1-3)

==> ---------------------------------------------------------

==> 1

==> Downloading redis-desktop-manager PKGBUILD from AUR...

x .SRCINFO

x PKGBUILD

x fix.patch

x rdm.desktop

x rdm.sh

vyachkonovalov commented on 2016-09-08 08:35

@archerie

I haven't seen that error before. It doesn't look like something is missing. Better ask rdm developers. Let me know if you fix it.

mentos1386 commented on 2017-10-22 13:38

Hey, im having an issue with building:

--

[reduced make log...]

In file included from src/client/linux/crash_generation/crash_generation_server.cc:46:0:

./src/client/linux/handler/exception_handler.h:194:21: error: field ‘context’ has incomplete type ‘google_breakpad::ucontext’

struct ucontext context;

^~~~~~~

./src/client/linux/handler/exception_handler.h:194:12: note: forward declaration of ‘struct google_breakpad::ucontext’

struct ucontext context;

^~~~~~~~

make: *** [Makefile:4986: src/client/linux/crash_generation/crash_generation_server.o] Error 1

make: *** Waiting for unfinished jobs....

== ERROR: A failure occurred in build().

Aborting...

---

Any idea what's wrong?

vyachkonovalov commented on 2017-10-24 21:19

Hi, should be fixed by now

Nirvandil commented on 2018-01-12 11:16

vyachkonovalov commented on 2018-01-12 15:04

redis-desktop-manager 0.9.0_alpha5-1  (2017-10-24 21:18)

( Unsupported package: Potentially dangerous ! )

==> Edit PKGBUILD ? [Y/n] ("A" to abort)

==> ------------------------------------

==> n

==> redis-desktop-manager dependencies:

 - qt5-base (already installed)

 - qt5-charts (already installed)

 - qt5-imageformats (already installed)

 - qt5-tools (already installed)

 - qt5-declarative (already installed)

 - qt5-quickcontrols (already installed)

 - qt5-graphicaleffects (already installed)

 - qt5-svg (already installed)

 - libssh2 (already installed)

 - git (already installed) [makedepend]

 - gcc (already installed) [makedepend]

==> Continue building redis-desktop-manager ? [Y/n]

==> -----------------------------------------------

==> 

==> Building and installing package

==> Making package: redis-desktop-manager 0.9.0_alpha5-1 (Thu Feb  1 19:25:05 CST 2018)

==> Checking runtime dependencies...

==> Checking buildtime dependencies...

==> Retrieving sources...

  -> Cloning rdm git repo...

Cloning into bare repository '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/rdm'...

remote: Counting objects: 16449, done.

remote: Compressing objects: 100% (78/78), done.

remote: Total 16449 (delta 57), reused 56 (delta 31), pack-reused 16340

Receiving objects: 100% (16449/16449), 70.88 MiB | 67.00 KiB/s, done.

Resolving deltas: 100% (9784/9784), done.

  -> Found fix.patch

  -> Found rdm.sh

  -> Found rdm.desktop

==> Validating source files with sha256sums...

    rdm ... Skipped

    fix.patch ... Passed

    rdm.sh ... Passed

    rdm.desktop ... Passed

==> Extracting sources...

  -> Creating working copy of RedisDesktopManager git repo...

Cloning into 'rdm'...

done.

Switched to a new branch 'makepkg'

==> Starting prepare()...

Submodule '3rdparty/crashreporter' (https://github.com/RedisDesktop/CrashReporter.git) registered for path '3rdparty/crashreporter'

Submodule '3rdparty/easyloggingpp' (https://github.com/easylogging/easyloggingpp.git) registered for path '3rdparty/easyloggingpp'

Submodule '3rdparty/gbreakpad' (https://github.com/google/breakpad.git) registered for path '3rdparty/gbreakpad'

Submodule '3rdparty/qredisclient' (https://github.com/uglide/qredisclient.git) registered for path '3rdparty/qredisclient'

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/crashreporter'...

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/easyloggingpp'...

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/gbreakpad'...

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/qredisclient'...

Submodule path '3rdparty/crashreporter': checked out '34553088c463aa83744848bf0f84ba08c84f04f9'

Submodule path '3rdparty/easyloggingpp': checked out 'f926802dfbde716d82b64b8ef3c25b7f0fcfec65'

Submodule path '3rdparty/gbreakpad': checked out 'aa7115cfdef1c4641830cee5621d2c919dc417b8'

Submodule path '3rdparty/qredisclient': checked out '510662851fa0ecdf36d92e96687fcf4ec43b37ed'

Submodule '3rdparty/hiredis' (https://github.com/redis/hiredis.git) registered for path '3rdparty/qredisclient/3rdparty/hiredis'

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/qredisclient/3rdparty/hiredis'...

Submodule path '3rdparty/qredisclient/3rdparty/hiredis': checked out '53c32439bf89279ec62fda0bfd28ed9805b24614'

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/linux-syscall-support'...

fatal: unable to access 'https://chromium.googlesource.com/linux-syscall-support/': Failed to connect to chromium.googlesource.com port 443: Connection timed out

fatal: clone of 'https://chromium.googlesource.com/linux-syscall-support' into submodule path '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/linux-syscall-support' failed

==> ERROR: A failure occurred in prepare().

    Aborting...

==> ERROR: Makepkg was unable to build redis-desktop-manager.

==> Restart building redis-desktop-manager ? [y/N]

==> ----------------------------------------------

==> 

➜  ~

Arch Linux中通过AUR安装Redis Desktop Manager失败的更多相关文章

  1. Ubuntu16.04编译安装Redis Desktop Manager

    Redis Desktop Manager for OSX&Ubuntu 的安装版是收费的, 如果自己编译则是免费的. 安装过程参考官方提供的文档  http://docs.redisdesk ...

  2. Redis - 1 - linux中使用docker-compose安装Redis - 更新完毕

    0.前言 有我联系方式的那些半吊子的人私信问我:安装Redis有没有更简单的方式,网上那些文章和视频,没找到满意的方法,所以我搞篇博客出来说明一下我的安装方式吧 1.准备工作 保证自己的linux中已 ...

  3. Windows 64位下安装Redis 以及 可视化工具Redis Desktop Manager的安装和使用

    二.下载Windows版本的Redis 由于现在官网上只提供Linux版本的下载,所以我们只能在Github上下载Windows版本的Redis Windows版本的Redis下载地址:https:/ ...

  4. mac安装Redis可视化工具-Redis Desktop Manager

    Redis是一个超精简的基于内存的键值对数据库(key-value),一般对并发有一定要求的应用都用其储存session,乃至整个数据库.不过它公自带一个最小化的命令行式的数据库管理工具,有时侯使用起 ...

  5. Redis随笔(二)redis desktop manager 安装并且连接redis服务器

    1.首先在win10下安装redis desktop manager 2.查看虚拟机防火墙状态,启动状态,则关闭掉 查看防火墙状态: systemctl status firewalld.servic ...

  6. Redis Desktop Manager的下载及安装

    一.下载Redis Desktop Manager 1. Redis Desktop Manager 的下载路径 (1)https://pan.baidu.com/s/1Jvr9MbgFn4UJh4M ...

  7. Linux centos7下安装配置redis及Redis desktop Manager工具连接注意事项

    基本工具:VMware12.CentOS-7-x86_64-Everything-1611.iso.redis-desktop-manager-0.8.0.3841 废话不多说,首先,关于什么是Red ...

  8. mac mamp环境 和linux下 安装redis 和可视化工具 Redis Desktop Manager

    mac下安装 第一步:安装redis 1. brew install redis 2.启动服务/usr/local/opt/redis/bin/redis-server 3.配置redis密码访问 编 ...

  9. 《Linux 学习》01---redis安装, 并使用Redis Desktop Manager 连接

    一.环境简介: linux 系统:centos 7.X 二.安装大纲: 1.下载安装包 2.安装 3.统一管理redis 配置文件 4.编辑redis配置文件,设置常用的功能 5.(1)命令启动,连接 ...

随机推荐

  1. Oracle_忘记密码

    1.运行到C盘根目录 2.输入:SET ORACLE_SID = 你的SID名称 3.输入:sqlplus/nolog 4.输入:connect/as sysdba 5.输入:altre user s ...

  2. python2.6升级到3.3.0 以及依赖库在迁移时的处理

    线上服务器python版本默认是2.6,由于业务程序要求,需要将python升级到3.3.0, 操作记录如下: Cenots6.8默认安装的是2.6版本,要更新升级需安装下gcc: [root@ope ...

  3. 浏览器跨域请求之credentials

    -时间起源- 前段时间,需要弄个简单的网站出来,访问远程的api服务. 我是这么做的.首先是在搭建一个nodejs服务来运行前端页面.在我请求登录的时候,能成功返回相应的成功信息.然后,当我再次请求读 ...

  4. IDEA启动服务阻塞,断点过程十分慢的问题

    使用debug无法启动项目但是使用run就可以启动程序,而且启动比以前的debug模式快的多 原因: 启动不了的原因是在项目中的方法上打了断点,导致项目无法继续编译 取消方法断点就可以了 在idea官 ...

  5. Bing词典案例分析

    一.调研评测 Bug 1 : 当鼠标移动到可点击的地方的时候,光标的样子并没有变成手指状而是插入符号状.这影响了用户对按钮是否可用的判断,也会让用户在一定程度上不适应,不利于软件的长期发展. Bug  ...

  6. CSS编码规则

    /* 和HTML一样使用两个空格来代替制表符 */ div { /* 为了代码的易读性,在每个声明块的左花括号前添加一个空格 */' padding: 15px; /* 每个声明语句的:后应该插入一个 ...

  7. SQLSERVER备份恢复后权限问题简单处理.

    1. 同事的服务器出现无法访问表, 应用连不上数据库... 远程了下 发现. 使用业务用户登录数据库之后查询无法下拉帮助到表, 必须增加schemas才可以访问到具体的表. 2. 问题解决. 1. 修 ...

  8. 堆排序获取TopN

    package com.zjl.tool.sort; /** * 求前面的最大K个 解决方案:小根堆 (数据量比较大(特别是大到内存不可以容纳)时,偏向于采用堆) * @author 张恩备 * @d ...

  9. PP学习笔记-业务基础

    生产主数据.生产计划.生产订单与生产执行 生产模块主要子模块及功能:PP-BD 基本数据管理 PP-SFC车间订单管理 PP-MRP物料需求计划 PP-MPS主生产计划 PP-CRP能力计划 PP-I ...

  10. angular生命周期

    概述 angular的组件及指令都有相应的声明周期: 创建, 更新, 销毁, 我们可以通过实现相应的生命周期钩子接口来进入相应的该声明周期的关键时刻 组件生命周期顺序 ngOnChanges: 当组件 ...