heroku-toolbelt

The heroku command exists in these Ruby versions?

五迷三道 提交于 2019-12-05 05:29:27
After I updated my Ruby version with rbenv I wasn't able to use the Heroku command-line tool. I got this error: > heroku rbenv: heroku: command not found The `heroku' command exists in these Ruby versions: 2.0.0-p195 Reinstalling the tool belt from toolbelt.heroku.com didn't help. I switched to my previous Ruby version 2.0.0p195 and uninstalled the gem 'heroku' rbenv global 2.0.0p195 gem uninstall heroku Then I switched to the latest Ruby version 2.0.0p353 and reinstalled Toolbelt toolbelt.heroku.com rbenv global 2.0.0p353 If you're using rbenv , here are the steps I follow to fix this. The

E: Unable to locate package heroku-toolbelt

三世轮回 提交于 2019-12-04 18:58:01
I am trying to install the Heroku Toolbelt on Linux Mint 15 Olivia (x86-64) When i try to run the standard command for installing on Debian machines: wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh I get: W: Failed to fetch http://toolbelt.heroku.com/ubuntu/./Packages 302 Moved Temporarily [IP: 23.21.198.2 80] ... E: Unable to locate package heroku-toolbelt I have also got the heroku.list repo in my etc/apt/sources/ : deb http://toolbelt.heroku.com/ubuntu ./ When i try to add the repo again with: sudo apt-add-repository 'deb http://toolbelt.herokuapp.com/ubuntu ./' I get: Cannot

Could not generate ssh public key for heroku in Windows 7

不问归期 提交于 2019-12-04 16:11:58
问题 While I am trying heroku login through cmd in my machine, it says Could not find existing public key Would you like to generate one? [YN] After that when I press 'y' and enter it says Generating new ssh public key Could not generate key: "ssh-keygen" is not recognized as a internal or external command operable program or batch file Please help me. 回答1: Heroku toolbelt includes git distribution which includes the required ssh-keygen.exe . I've just found it in C:\Program Files\git\bin . Locate

Heroku thinks I have more than one app remote, when I don't

爱⌒轻易说出口 提交于 2019-12-04 15:59:12
These are my remotes: Jordans-MacBook-Pro:appname jordan$ git remote -v heroku https://git.heroku.com/appname.git (fetch) heroku https://git.heroku.com/appname.git (push) origin git@github.com:jfeldstein/appname.git (fetch) origin git@github.com:jfeldstein/appname.git (push) But when I use the Heroku toolbelt, I get the error that I have more than one app... Jordans-MacBook-appname jordan$ heroku run echo 'hi' ! Multiple apps in folder and no app specified. ! Specify app with --app APP. I don't get it. I'm using the "accounts" plugin, if that matters, and have set a default account for this

Heroku trouble - uninstall/reinstall heroku toolbelt ubuntu

泄露秘密 提交于 2019-12-04 14:55:27
I'm running an Ubuntu instance on Amazon Web Services for development of a Ruby on Rails app (which is being used to test running the local rails server) and am pushing the app to Heroku for deployment. This setup has worked for me without issues until yesterday when I wanted to push the contents of my development database to production rather than just the app itself. After some quick googling, this seemed to be easily accomplished by using Taps . I wasn't sure whether or not taps was preloaded with the Heroku Toolbelt (which is what I had been using), so after following the documentation on

Installing Heroku Toolbelt on Windows 10

扶醉桌前 提交于 2019-12-04 10:32:08
问题 I've been having some issues installing the Heroku toolbelt on Windows 10, 64-bit. It's the first time I install Heroku. I downloaded it from https://toolbelt.heroku.com/windows. After installing, I tried launching a new Git Bash and typing heroku login but what I got back was bash: heroku: command not found Running the same command on Windows Powershell, what I got back was 'MYSQL' is not recognized as an internal or external command, operable program or batch file. 'MYSQL' is not recognized

Heroku config:push not updating environment variables

青春壹個敷衍的年華 提交于 2019-12-04 08:36:17
I've deployed an app to Heroku, and I'm currently storing my environment variables in an .env file. I used heroku config:push to push the variables up to heroku, and that worked fine. Now, I want to update one of them. I changed it in my .env file, and ran heroku config:push again. The push said it was successful, but when I run heroku config , I can see that the values actually haven't changed. I've tried running heroku restart , but that didn't do anything. How can I update my environment variables in heroku? Figured it out. You need to run heroku config:push --overwrite because it won't

Git Heroku Permission Denied Public Key (after adding public key)

和自甴很熟 提交于 2019-12-04 03:47:04
I'm on Windows 7 64-bit. I'm using the latest Heroku Toolbelt and the GitHub Windows App (downloaded two days ago). Two days ago everything was perfect. I installed PHP and Apache, and suddenly Heroku just gives me Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists I have done these two commands repeatedly. heroku keys:clear heroku keys:add I've deleted my keys and remade them. I've generated some with other apps (puttygen). I've uploaded them via command line and the web interface. I even

How to use php artisan migrate command of Laravel4 in Heroku?

[亡魂溺海] 提交于 2019-12-04 00:35:01
I am suing Heroku dev plan for creating database using PostgreSQL . Database is created in Heroku. After running heroku pg:info command $ heroku pg:info === HEROKU_POSTGRESQL_XXX_URL Plan: Hobby-dev Status: available Connections: 1 PG Version: 9.3.1 Created: 2013-11-27 04:00 UTC Data Size: 6.4 MB Tables: 0 Rows: 0/10000 (In compliance) Fork/Follow: Unsupported Rollback: Unsupported Result shows zero tables, which is correct. In my local machine tables are created by using following command which are supported in Laravel4 framework. php artisan migrate php artisan db:seed But it seems like I

Heroku Toolbelt switch between multiple account

和自甴很熟 提交于 2019-12-03 09:27:48
I would like to know what's the best way to switch between heroku account using the heroku toolbelt. I'm used to have a personnal heroku account which is a collaborator of all of my professionnal heroku app. The problem is when I want to make some changes that have a financial impact : adding / removing addon for example, I cannot do it as a collaborator. Before heroku toolbelt I was used to change the content of the file ~/.heroku/credentials but it does not exists anymore with the toolbelt. sylv3rblade Have you tried the heroku accounts plugin ? In 2017, Heroku released heroku-accounts , an