Skip to content

A Passionate Techie

keep learning, keep growing

Enter your email address to follow this blog and receive notifications of new posts by email.

Recent learnings

  • Network monitoring tools September 5, 2021
  • Network Latencies September 5, 2021
  • Linux Network Stack September 5, 2021
  • Congestion control algorithms September 5, 2021
  • TCP performance features September 5, 2021

Recent Comments

gamejudilebaran.wordpress.com's avatargamejudilebaran.word… on Chef: Roles and Environme…
Unknown's avatarWARN: Waiting for se… on OSSEC start problem due to…
Arati Kulkarni's avatararatik711 on Ansible issues
Arati Kulkarni's avatararatik711 on Chef: Roles and Environme…
situs judi's avatarsitus judi on Chef: Roles and Environme…

Archives

  • September 2021
  • August 2021
  • March 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • May 2017
  • April 2017
  • March 2017
  • January 2017
  • July 2015

Categories

  • aws
  • azure
  • centos
  • cloud
  • gcp
  • java
  • javascript
  • jenkins
  • linux
  • python
  • Uncategorized

Meta

  • Create account
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com

Tag: spawn

Heroku: Couldn’t find that app

To troubleshoot this issue firstly check the heroku logs with command:
heroku logs -tail

Check for the error here,

Make sure you have logged into heroku with:
heroku auth:login

Check the list of apps in heroku with:
heroku apps

make sure you have initialized the git repository in the directory where your code is and not it’s parent or sub directory.
You can  initialize it with git init

Add the files with git add .

Commit the files with git commit -m “Your message”

Add the remote git into heroku with:
heroku git:remote -a app-name

You can manually add the heroku git remote repository with the comand:
git remote add heroku git@heroku.com:arati.git

Check the remote with git remote -v

You can add ssh keys for heroku with command heroku keys:add
It will create ssh keys in .ssh folder of your home directory. Make sure you have ssh-keygen in your path otherwise you’ll be getting an error as: ‘ENOENT’: spawn ssh-keygen ENOENT

You should be able to push your code with: git push heroku master

Rate this:

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
Like Loading...
Posted on January 24, 2018January 24, 2018Categories UncategorizedTags app, auth, commit, Couldn't find that app, enoent, git, heroku, keys, login, logs, master, push, remote, spawn, ssh-keygenLeave a comment on Heroku: Couldn’t find that app
Create a free website or blog at WordPress.com.
  • Subscribe Subscribed
    • A Passionate Techie
    • Join 108 other subscribers
    • Already have a WordPress.com account? Log in now.
  • Privacy
    • A Passionate Techie
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
%d
    Design a site like this with WordPress.com
    Get started