Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible fix for "fatal: Not a git repository (or any of the parent directories): .git" #19

Closed
wants to merge 1 commit into from

Conversation

pradeepto
Copy link

Hi,

git push heroku master
Counting objects: 166, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (85/85), done.
Writing objects: 100% (166/166), 1.66 MiB | 50 KiB/s, done.
Total 166 (delta 67), reused 166 (delta 67)

-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/peterkeen/heroku-buildpack-vendorbinaries.git
=====> Detected Framework: VendorBinaries
-----> Found a .vendor_urls file
Vendoring https://s3.amazonaws.com/docverter-binaries/calibre.tar.gz
Vendoring https://s3.amazonaws.com/docverter-binaries/pandoc.tar.gz
Vendoring https://s3.amazonaws.com/docverter-binaries/pandoc-templates.tar.gz
=====> Downloading Buildpack: https://github.com/jruby/heroku-buildpack-jruby.git
=====> Detected Framework: JRuby
-----> Downloading and unpacking JRuby
-----> Installing JRuby-OpenSSL, Bundler and Rake
Successfully installed bouncy-castle-java-1.5.0147
Successfully installed jruby-openssl-0.8.8
Successfully installed bundler-1.3.5
Successfully installed rake-10.0.4
4 gems installed
-----> Vendoring JRuby into slug
-----> Installing dependencies with Bundler
fatal: Not a git repository (or any of the parent directories): .git
Fetching gem metadata from http://rubygems.org/.........
Fetching gem metadata from http://rubygems.org/..
Installing rake (10.0.2)
Installing ffi (1.2.0)
Installing childprocess (0.3.6)
Installing choice (0.1.6)
Installing flying_saucer (0.8.0)
Installing mime-types (1.19)
Installing rack (1.4.1)
Installing mizuno (0.6.4)
Installing rack-protection (1.2.0)
Installing tilt (1.3.3)
Installing sinatra (1.3.3)
Using docverter-server (1.0.1) from source at .
Using bundler (1.3.5)
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Dependencies installed
-----> Writing config/database.yml to read from DATABASE_URL
Using release configuration from last framework JRuby:
---
addons:
config_vars:
PATH: bin:jruby/bin:/usr/bin:/bin
RACK_ENV: production
RAILS_ENV: production
JRUBY_OPTS: -J-Xmx400m
default_process_types:
-----> Discovering process types
Procfile declares types -> web

-----> Compiled slug size: 100.8MB
-----> Launching... done, v5
http://docserver-test.herokuapp.com deployed to Heroku

To git@heroku.personal:docserver-test.git

  • [new branch] master -> master

Found a similar issue here heroku/heroku-buildpack-ruby#3 and the solution https://gist.github.com/hone/12a88ee5853cff734502. Worked for me.

Cheers!

Pradeepto

@peterkeen peterkeen closed this in c3064b9 Jun 2, 2013
@pradeepto
Copy link
Author

Ah should have seen that. Cool, this seems like a better fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant