Open robdodson opened 10 years ago
I figured out what's going on here.
Pulley is using the same OAuth token description every time it registers on a new machine. Because I've already setup a token for my personal machine GH is sending back an error when I try to do the same on my work machine.
Same issue happens with hub(https://github.com/github/hub/issues/496)
The quick fix is to edit the description for the token in your account but hopefully pulley can just use a unique token every time it's registered.
Did a fresh
npm install -g
of pulleyIn my project, when I run
pulley 74
it asks for first time credentials but fails saying:I know I've typed my username but it doesn't look like it's making it to the
result
object.