jeresig / pulley

Easy Github Pull Request Lander
MIT License
175 stars 24 forks source link

Error: External repository not found. #64

Open duanefields opened 11 years ago

duanefields commented 11 years ago

I git this every time..

heff commented 11 years ago

Do you use origin instead of upstream for your main remote repo? If so you need to change the config file, which defaults to upstream. That was my problem at least. I don't think there's a way to configure it locally to a project. You have to edit the config file in the node package itself.

lrobert commented 11 years ago

For what it's worth, I ran into the same issue. I chose just to rename my origin branch to upstream and it worked like a charm.

davious commented 11 years ago

I'm seeing this in windows land. Stderr says "fatal: Not a git repository (or any of the parent directories: .git"

jsnode has my personal directory as the current working directory, rather than the repository directory I'm issuing the pulley command from.

Not sure, but this might be a node.js windows 64-bit issue. See joyent/node#4083.