> Downloading/unpacking idios-dev from git+https://github.com/
> eldarion/idios.git@c6f670fe2778d7739efde0f69d18dbdbbb04db2c (from -r
> requirements.txt (line 21))
>          Cloninghttps://github.com/eldarion/idios.git(to
> c6f670fe2778d7739efde0f69d18dbdbbb04db2c) to ./build/idios-dev
>          Command /usr/bin/git tag -l had error code 128
>          Complete output from command /usr/bin/git rev-parse "fatal:
> Not a git repository: '.'":
>          fatal: Not a git repository: '.'

Did you ever resolve this? I think I'm getting something similar when
using NPM (on node.js, Cedar) and it's because NPM can't create a git
repo in a subdirectory of /tmp -- it works locally, but fails on
Heroku.

My package.json:

{
  "name": "wishery-services"
, "version": "0.0.1"
, "private": true
, "dependencies": {
    "express": "2.2.0"
  , "mongodb": "0.9.6-20"
  , "ejs": "0.4.3"
  , "pg": "0.6.3"
  , "rbytes": "0.0.2"
  , "connect-auth": "git://github.com/eldavido/connect-auth.git#oauth-
prerfc"
  }
}

Error:

-----> Heroku receiving push
-----> Node.js app detected
-----> Fetching Node.js binaries
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.94
       npm ERR! git checkout oauth-prerfc fatal: Not a git repository:
'.'
       npm ERR! Error: `git "checkout" "oauth-prerfc"` failed with 128
       npm ERR!     at ChildProcess.<anonymous> (/tmp/node-npm-A6yb/
lib/utils/exec.js:49:20)
       npm ERR!     at ChildProcess.emit (events.js:67:17)
       npm ERR!     at ChildProcess.onexit (child_process.js:192:12)
       npm ERR! Report this *entire* log at:
       npm ERR!     <http://github.com/isaacs/npm/issues>
       npm ERR! or email it to:
       npm ERR!     <n...@googlegroups.com>

For context, when I do npm  install --verbose locally, I get:

npm verb git clone git://github.com/eldavido/connect-auth.git
Initialized empty Git repository in /tmp/
npm-1322678417970/1322678417970-0.53214391018264/.git/
npm verb git checkout oauth-prerfc Branch oauth-prerfc set up to track
remote branch oauth-prerfc from origin.
npm verb git checkout oauth-prerfc
npm verb git checkout oauth-prerfc Switched to a new branch 'oauth-
prerfc'
npm verb caching /tmp/npm-1322678417970/1322678417970-0.53214391018264/
package.json
npm verb loadDefaults connect-auth@0.4.1

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to