- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试在通过代理连接到互联网的 Ubuntu 机器上安装 Heroku Toolbelt。我对 Ubuntu 及其设置还很陌生,但我成功地连接到了互联网。 Internet 似乎工作正常,仅通过 apt-get 浏览和获取更新总是成功的,curl 命令返回预期的结果。
当我尝试在 Heroku Toolbelt 站点上运行命令时:
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
我得到了一些错误:
me@mypc-vb:~/Documents/stuff$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
This script requires superuser access to install apt packages.
You will be prompted for your password by sudo.
[sudo] password for hsiehbe:
--2012-11-15 15:09:46-- https://toolbelt.heroku.com/apt/release.key
Resolving toolbelt.heroku.com... failed: Name or service not known.
wget: unable to resolve host address `toolbelt.heroku.com'
gpg: no valid OpenPGP data found.
Ign http://us.archive.ubuntu.com oneiric InRelease
Ign http://security.ubuntu.com oneiric-security InRelease
Ign http://extras.ubuntu.com oneiric InRelease
...
Fetched 12.9 MB in 32s (394 kB/s)
Reading package lists... Done
W: GPG error: http://toolbelt.heroku.com ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C927EBE00F1B0520
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
foreman heroku libreadline5 libruby1.9.1 ruby1.9.1
Suggested packages:
ruby1.9.1-examples ri1.9.1 graphviz ruby1.9.1-dev
The following NEW packages will be installed:
foreman heroku heroku-toolbelt libreadline5 libruby1.9.1 ruby1.9.1
0 upgraded, 6 newly installed, 0 to remove and 27 not upgraded.
Need to get 4,815 kB of archives.
After this operation, 15.9 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
foreman heroku heroku-toolbelt
E: There are problems and -y was used without --force-yes
最明显的错误可能就是
Resolving toolbelt.heroku.com... failed: Name or service not know.
我错过了什么?
最佳答案
我在代理后面安装 heroku toolbelt 时遇到了同样的问题:
问题的核心是这样的:
GPG error: http://toolbelt.heroku.com ./ Release: The following
signatures couldn't be verified because the public key is not
available: NO_PUBKEY C927EBE00F1B0520
您会注意到,下次运行 apt-get update 时,您会收到相同的消息。看来 ubuntu 无法获取 heroku 包存储库的公钥。
要解决这个问题,您可以按照此处所述手动附加公钥: http://en.kioskea.net/faq/809-debian-apt-get-no-pubkey-gpg-error
gpg --keyserver pgpkeys.mit.edu --recv-key C927EBE00F1B0520
gpg -a --export C927EBE00F1B0520 | sudo apt-key add -
在此之后安装脚本将正常运行。
关于ubuntu - 通过代理在 Ubuntu 上安装 Heroku Toolbelt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13408092/
在过去一天左右的时间里,Heroku Toolbelt 的 Ubuntu 存储库报告了以下内容: Failed to fetch http://toolbelt.heroku.com/ubuntu/.
我卸载了 heroku gem 并安装了 Heroku Toolbelt,但在使用 RVM 时遇到了问题。 heroku version 命令在除我当前项目文件夹之外的任何地方都有效。 在我的项目文件
我卸载了 heroku gem 并安装了 Heroku Toolbelt,但在使用 RVM 时遇到了问题。 heroku version 命令在除我当前项目文件夹之外的任何地方都有效。 在我的项目文件
我的Heroku Toolbelt卡住了更新。 当我在控制台中运行heroku时,它说 Heroku Toolbelt当前正在更新。 我尝试卸载并重新安装,但仍然是同样的问题。 我还尝试使用revo卸
我正在尝试部署我正在开发的陨石项目。我搞砸了几次,但目前我不断得到: heroku config:add BUILDPACK_URL=https://github.com/oortcloud/hero
我正在尝试部署我正在处理的陨石项目。我搞砸了几次,但目前我一直在: heroku config:add BUILDPACK_URL=https://github.com/oortcloud/herok
我是 Ruby 和 Rails 项目的绝对新手,如果这是一个愚蠢的问题,我很抱歉。 我已经使用 wget -qO- https://toolbelt.heroku.com/install-ubuntu
我正在尝试安装 django-toolbelt根据 heroku django 安装说明在我的虚拟环境中,但我不断收到以下错误。 这是全新安装的 Ubuntu 14.04 - 所以我不确定是什么问题。
我正在尝试将我的第一个 rails 应用程序部署到 heroku,不幸的是我在运行 heroku create 时遇到错误命令: @ C:\railsprojects\sample_app> hero
我在heroku上有多个app/git远程,我想知道是否可以配置一个默认应用程序,这样,每当我忘记指定应用程序时(--app ),工具带会使用它。 最佳答案 您可以将存储库的 Git 配置中的 her
我正在尝试让 Heroku toolbelt 正常工作,但这完全是一场噩梦。安装成功运行,但是当我运行 heroku update 时,我得到: $ heroku update
有没有办法单独下载和安装 heroku toolbelt 组件,或者至少没有捆绑的 git? Heroku Toolbelt 捆绑了 git。上次我下载并安装它时,它覆盖了我现有的 git 安装。 H
烦人的是我的 Heroku 工具带总是在我发出 Heroku 命令时尝试更新。如果它确实更新了,这不会那么糟糕,但无论我给目标文件夹或 CMD 什么权限,我都会收到 Access is Denied错
我下载了最新的 Windows 工具带;然而,当我尝试从 DOS 启动任何 heroku 命令时,我得到: c:/Program Files/Heroku/lib/heroku/updater.rb:
我手动试过clearing and setting the buildpack对于我的 Rails 应用程序到 heroku/rails。我已经验证了我有一个 Gemfile,但我仍然得到这个错误
我正在尝试在通过代理连接到互联网的 Ubuntu 机器上安装 Heroku Toolbelt。我对 Ubuntu 及其设置还很陌生,但我成功地连接到了互联网。 Internet 似乎工作正常,仅通过
在 Windows 上使用 Heroku 工具带时是否可以获取 Rails 控制台命令行历史记录? heroku run console 这不适用于使用版本 2.33.1 的 Windows 7。 最
我正在尝试执行教程的 heroku 设置部分 http://ruby.railstutorial.org/ .但是在 https://toolbelt.heroku.com/ ,我注意到 Fedora
我正在学习 Rails,我正在尝试让 heroku 启动并运行。但是,当我安装 heroku toolbelt 时,会产生一些错误。如果我尝试运行任何 Rails 命令,我会得到类似这样的信息: C:
我正在尝试从 :wget -O- https://toolbelt.heroku.com/install-ubuntu.sh 在 Kali sana 中安装 heroku 工具带| sh 和我不断收到
我是一名优秀的程序员,十分优秀!