0
votes
1answer
35 views

Existing Heroku app and Github

I have an existing Rails app at heroku. I have a github account. I'd like to use the Github Mac app to view/commit changes and push back up to Heroku. Can this be done? Or can the Github Mac ...
1
vote
2answers
41 views

Can't push on heroku

I’ve just cloned one of my repositories on github, I've made some changes and I would like to send it on the heroku application. But when I try to run git push heroku master, I get : fatal: 'heroku' ...
0
votes
1answer
12 views

Heroku and gems only for production environment

I have an application that must be run in three different environments, called dev, beta and prod. I created three different applications on heroku, so all the environments can be run at the same ...
1
vote
1answer
19 views

putty disconnected error, openssh conflict with putty?

I have been having issues with being able push my changes to my heroku app. I was able to about 1 week ago but not I cannot. I cant think of anything I did to cause this (possibly installed the ...
0
votes
2answers
48 views

Building site on Heroku

I'm beginner on rails, heroku and git, but I've done all installation stuffs. I created two projects on heroku.com, but I don't know how to change them from my PC (the way I looked from help doesn't ...
0
votes
0answers
25 views

git push to heroku stopped working

Not sure why it happened but I had been pushing to my heroku repository just fine for weeks with git push heroku master but then one day it is now saying comes up with a alert box when i try to do ...
0
votes
0answers
55 views

Heroku-'up to date', not up to date

There seem to be many questions like this but I am not finding a solution that works for me. git push heroku master 'everything up to date', -not so. Its the same commit that I did yesterday that ...
0
votes
2answers
45 views

Heroku won't accept push due to submodule

I've created a PHP app on heroku, and I installed the sendgrid-php submodule. However, when I try to push it, this occurs: $ git push heroku Counting objects: 5, done. Delta compression using up to ...
2
votes
2answers
40 views

Heroku, like a git repo? [closed]

I am having a problem wrapping my brain around Heroku. I created a small ruby on rails app, got it deployed to the free version of heroku and used a lot of git calls to do so. I have to say, can ...
0
votes
0answers
46 views

Failing to push git to Heroku port 22: bad file number could not read from remote repo

After creating my rails project, pushing it into the GIT repo, was not able to push it to Heroku. When I run the command: git push heroku master I get this error: ssh: connect to host heroku.com ...
0
votes
1answer
29 views

django a different production_settings file

I have a settings.py file, that contains basic settings. Then I have a local_settings.py file, that contains some profiling and testing apps as django_debug_toolbar etc. and then I have a different ...
0
votes
1answer
35 views

Heroku deleting files upon git push?

I have a media folder that stores all my uploaded images during development and I'm pushing my django(1.5.1) project to a dev server on heroku. Inside the media folder I have media/ # cache and ...
0
votes
0answers
31 views

Error git clone and git pull

I'm try Clone project from heroku or git pull but always output this error. Connection to heroku.com closed by remote host. fatal: The remote end hung up unexpectedly any idea to resolved this ...
0
votes
1answer
26 views

Pull changes from heroku app running wordpress

I'm wondering how to pull (or fetch) all the changes that I made on a wordpress installation running on heroku. Example: I have a plugin that let me upload an avatar of me on the server (avoiding ...
1
vote
1answer
20 views

heroku clearing git logs and start afresh

I had a heroku app. I cloned it started working on it. There were some issues and accidentally i deleted the .git directory locally and initialized a new directory using git init. After that i made ...
-4
votes
0answers
45 views

Please help Solve this error i am new on heroku [closed]

$ git push heroku master ! Your key with fingerprint 24:36:89:3d:36:fe:29:a8:2d:3e:da:09:a5:53:a6:b2 is not authorized to access herapp. fatal: Could not read from remote repository. Please make ...
1
vote
1answer
46 views

Heroku push to production

I set up my staging and production environments on heroku, and pushed to both and it worked fine. I came back a day later and was able to push to staging but got the following message about git push ...
0
votes
0answers
38 views

Heroku/Git deployment not deploying 100%

I am trying to deploy my application to my heroku instance, but every time I do, the script runs through the bundling of Gems, then seems to fail after deploying hooks. Here is my deployment code: ...
-1
votes
1answer
41 views

Started Account in Heroku… public or private repositories? [closed]

It's correct to affirm that Heroku provides private repositories for started account? Or are those repositories public?
1
vote
0answers
75 views

git push heroku master fails even if everything seems to be fine

This is the console, everything seems to work fine until the launching module of git push What's the problem? # Rails Environment Configuration. --- git: user.name: ...
4
votes
1answer
260 views

Heroku push rejected, Could not communicate with vendor, please try again later

Im trying to make the first push into Heroku git for my first app, and I'm keep getting this error: -----> Compiled slug size: 29.9MB -----> Launching... ! Heroku push rejected, Could not ...
0
votes
1answer
34 views

Log file on Git (Heroku)

Hi if my question is asked before i am sorry but i cant find exact problem. and i am new at github so i coudn't find my answer. my problem is i have a facebook app on heroku (php). when users enter my ...
0
votes
1answer
38 views

Deploying Github Repo to Heroku without downloading git

Is there a way to deploy a GitHub repository to Heroku without using git? I tried the link at https://github.com/ddollar/heroku-push but it's not seeming to work, can anyone help with this issue? And ...
0
votes
1answer
37 views

Heroku claims to be up-to-date, but not showing files

Git is saying everything is up-to-date, but there's a difference in the files I see locally. I recently updated the name of my app on Heroku, and believe I have properly updated the remote git ...
1
vote
2answers
95 views

Heroku, hoe gem is not in gemlist, gemfile, gemfile.lock. Why is it trying to install it anyways?

I'm trying to push to Heroku and it insists on trying to install a gem I do not have anywhere in my app. I've have the latest changes committed to my git repo. The gem is hoe. I've tried the version ...
0
votes
2answers
48 views

What command makes your current working directory the “real” copy in git?

I'm having a hard time with git vocabulary. I'm looking at a cheat sheet but I don't understand which command makes my repository copy exactly equal to my current working copy. So I have what I want ...
1
vote
1answer
43 views

Stop overwriting specific code when merging git branches?

I am currently building a webapp that I will deploy to Heroku. My webapp references it's own data through an API. For local development, I am referring to the api as such: ...
1
vote
1answer
103 views

aptana studio sh.exe": gem: command not found

I am using aptana studio 3. I am creating an app called UBDTCE. I want run web deployment wizard an sign-in to my heroku account it asks whether to install heroku gem or not. Then I get an error ...
3
votes
1answer
56 views

Ruby on Rails deleted migrations still running on Heroku

So at one point in the development process I added a migration to add a column to my users table. This column added a "dollars" attribute. After that I decided to remove the "dollars" attribute by ...
0
votes
2answers
43 views

Git: do not push file to repository but keep file there

I have a git repository on Heroku for an app. My app writes information to a database db.csv which I have previously committed. Now, whenever I make changes to other files and then commit: git ...
0
votes
1answer
53 views

Git setting up ssh key

I installed git on a machine using Windows Xp and I am trying to clone from a remote repository hosted on heroku. The problem is that when I first login on heroku the generate ssh key option does not ...
0
votes
2answers
49 views

how to fix my git push error? did I screw it up?

Up to this point, I had very few problems deploying my app. However, after a deployment tonight, I got an unfixable app error. So I did a rollback from v7 back to v4 from a week ago. The app worked ...
0
votes
2answers
21 views

rolling back a deployment on heroku then uploading another version without roll forward?

I rolled back my app on heroku from v7 to v4 (for example) which is a previous version from a week ago. Since v7 introduced some errors, I want to upload a completely new version. I tried to deploy ...
0
votes
1answer
39 views

How can I not upload sqlite db to heroku through git?

I am creating a Facebook app am migrating it over to Heroku due to a lack of SSL security on my site where I was hosting it before. I am using an SQLite DB with PHP in my app. I am new to git and ...
2
votes
1answer
31 views

How to push your local master branch to Heroku when you've already pushed a feature branch?

To try out a feature branch, I pushed it to Heroku's master (since that's the only branch it uses for your website), i.e. I did: git push heroku feature-foo:master Meanwhile, I made some commits to ...
3
votes
0answers
101 views

git pre-receive hook declined with heroku

I've gotten myself into a mess with heroku. I'm deploying a Wordpress PHP app, and basically had a whole bunch of git repos in the theme directory, plus the parent theme which I cloned from a github ...
0
votes
1answer
103 views

Trying to push my Node.js app to Heroku, Error: ENOENT with jade npm

As the title says, I'm trying to push my app to Heroku, but I keep getting these errors: 291 error Error: ENOENT, chmod '/tmp/build_htb3av307zzc/node_modules/jade/bin/jade' 292 error If you need ...
1
vote
3answers
175 views

git push error while pushing to remote repository

I am getting the following error while trying to push the changes to remote repository. Command git push heroku Error fatal: You are pushing to remote 'heroku', which is not the upstream of your ...
0
votes
2answers
58 views

Remove Heroku completely

Can you tell me how to remove heroku account and apps from computer as well as from their website completely. I want to start from scratch as heroku command-line client is giving me unknown errors, ...
0
votes
2answers
83 views

push to heroku through port 443

I am unable to use the default port 22 and so have run into difficulties setting up git and heroku according to the hartl rails tutorial. I was able to push to git by including the following in the ...
1
vote
1answer
23 views

Reset Version Tags Heroku

Right now on Heroku my app is v62, I just put it into private beta, so it should theoretically be v0, is there any way I can reset the version tag on heroku?
0
votes
1answer
45 views

Access to a file or folder on heroku server

When I deploy my application on Heroku server, the server generate an app automatically and I found on my resource a git url. Example: git@heroku.com:myapp-ss-1338.git. How can I access this url to ...
0
votes
1answer
60 views

How to install Python module living in a private Git repository in Heroku app?

I wrote a Python package packagename on my local workstation, it looks like this: packagename/ packagename/setup.py packagename/modulename.py I installed packagename from a virtualenv with this ...
0
votes
0answers
53 views

heroku deployment problems, returns :fatal: No path specified

I'm a windows user who has been learning the Ruby on Rails tutorial by Michael Hartl (http://ruby.railstutorial.org/chapters/ruby-on-rails-tutorial) and I have been following everything perfectly ...
2
votes
1answer
48 views

can push to heroku but get permission denied when pushing to git

I have a git repo hosted at Github to which I have pushed numerous commits. However, today when attempting to do a git push I got this error: $ git push Permission denied (publickey). fatal: The ...
1
vote
1answer
56 views

Is there a way to make the git Bash connect to the heroku server using my University proxy address?

Could you help me be able to connect to the heroku so that I can be able to login credentials into my Heroku account? I want to be able to also commit and git download my files using the University ...
0
votes
0answers
21 views

deploy Heroku app at extention to existing site

I have a site (made with Wordpress) that I want to append a rails application onto. In other words, my site is currently sitting at www.domain.com, and I don't want the user to encounter the ...
1
vote
1answer
164 views

heroku git clone gives fatal: index-pack failed

I got a repo on heroku and I can push and clone it from my pc in office (win os). But when I got home I tried to clone it using the same command I did in office: git clone git@heroku.com:xxxxx.git ...
2
votes
1answer
33 views

No files in home on Heroku

I have problem to deploy a Django application on Heroku. There is nothing in home after a git push. I don't think that the problem is git because I can push to repository on github. (23:43:01 ...
0
votes
1answer
36 views

Setting up Heroku from a clean slate

I keep running into issues with "Your key with fingerprint ... is not authorized to access" errors when I try to run git push heroku master. I've tried multiple combinations of removing the key and ...

1 2 3 4 5 11