Open duanefields opened 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.
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.
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.
I git this every time..