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 9126675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:05:45+00:00 2026-06-17T07:05:45+00:00

I’m a Git/Heroku newbie and am having trouble with the steps in Heroku’s documentation

  • 0

I’m a Git/Heroku newbie and am having trouble with the steps in Heroku’s documentation – I can’t figure out this one crucial step (even after looking at related posts in StackOverflow, most assumed a workflow already in place).

In local dev, “myapp” is correctly hooked up to Git repository “myapp”. I can push and pull commits, also see them on the GitHub site in the “myapp” repository.

In Heroku, I’ve created the app, “put-myapp-here-dangit”, and under the setting “GitHub Repo”, I’ve entered “(myusername)/myapp”.

Heroku Toolbelt and GitHub command line tools are installed locally. In Terminal, git remote -v shows both repositories:

heroku  git@heroku.com:put-my-app-here-dangit.git (fetch)
heroku  git@heroku.com:put-my-app-here-dangit.git (push)
origin  https://github.com/myusername/myapp.git (fetch)
origin  https://github.com/myusername/myapp.git (push)

This is where I’m stuck, and none of the documentation makes clear how to get the “myapp” files from GitHub to Heroku. I’m scared to blindly keep trying commands because I know I can make an svn mess if I use the wrong one.

[Heroku “put-my-app-here-dangit”] –> help??? <– [Git “myapp”] –><– [local “myapp”]

Can anyone outline the actual steps needed, including things I might not know (like if I need to open the Terminal IN my local “myapp” folder or where – Git or Heroku – I need to add my other account as a collaborator if necessary)? I’m about to rip my hair out.

  • 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-17T07:05:46+00:00Added an answer on June 17, 2026 at 7:05 am

    I have never tried getting it from GitHub to Heroku, but from your local machine to heroku. Pull the latest version to your local machine from github (if you don’t have it already), then follow these steps:

    • $ heroku login
    • locally cd into your app, $ cd myapp
    • $ git push heroku master

    Also notice you need to use postgresql on heroku, so your gemfile should look as follows:

    group :production do
     gem 'pg'
    end
    
    group :development, :test do
      gem 'mysql2' # or whichever db you are using
    end
    

    The steps outlined above are from herokus official section on how to get started.

    Are you using the same guide? If so, where exactly are you encountering problems in there?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I know there's a lot of other questions out there that deal with this
Does anyone know how can I replace this 2 symbol below from the string
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I'm having trouble keeping the paragraph square between the quote marks. In firefox the
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,

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.