Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9277115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:01:20+00:00 2026-06-18T17:01:20+00:00

I have created an app on heroku and pushed my code (after creating git

  • 0

I have created an app on heroku and pushed my code (after creating git repo by git init).
My app folder contains a requirements.txt in which I wrongfully put matplotlib before numpy. (Actually numpy is needed to install matpplotlib and so should come before it).

When I pushed to heroku master,the compilation failed with an error message ‘numpy is needed to install matplotlib’.
So I corrected the order of items in requirements.txt and using git add, git commit etc committed it.
Then I tried to push the code again using git push heroku master.
But it failed with the same error message

here is the requirements.txt

Django==1.4.3
South==0.7.6
distribute==0.6.28
dj-database-url==0.2.1
django-registration==0.8
numpy==1.6.2
matplotlib==1.2.0
psycopg2==2.4.6
python-memcached==1.48
wsgiref==0.1.2
simplejson==3.0.7

Then I tried to find the status using

git status and it produced

# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
# nothing to commit (working directory clean)

I used to add my code to Github.
I think the origin/master relates to that. Am I wrong?

How do I find the status of my commit on heroku?
My app has a name say git@heroku.com:myapp.git.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T17:01:21+00:00Added an answer on June 18, 2026 at 5:01 pm

    Regarding the status, you have several options:

    • “git: check if pull needed“:
    git remote -v update
    git status -uno
    
    • “git equivalent of svn status -u“:
    git fetch heroku
    git log --name-only ..heroku/master
    

    Check if origin does point to heroku or not:

    git remote -v
    

    In that case, a simple git push isn’t enough

    Depending on your default push policy, you might want to make sure your branch has heroku/master as upstream branch:

    git push -u heroku master
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm new to git and heroku. I've created an app on heroku, pushed some
I have created a brand new heroku app, beforehand i deleted the old .git
I have created an App on Heroku which works perfectly in a Web Browser.
I have created a Facebook Page Tab app using the Heroku hosting option .
Following the Heroku tutorial but I have already created a rather complex Django app
I have created a simple app and this is my folder structure lib/book.rb lib/user.rb
I have created a simple heroku app that takes a url as the argument,
I created an app and deployed it to Heroku, but I didn't have a
I have created a new app on Heroku on Windows XP, accessed the created
I created a heroku repo some time ago for my rails app but deleted

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.