Skip to content

Instantly share code, notes, and snippets.

Created February 28, 2013 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3da6e159934247dd8a7f to your computer and use it in GitHub Desktop.
Save anonymous/3da6e159934247dd8a7f to your computer and use it in GitHub Desktop.
Terminal Output
Peters-Macbook-Pro:Dev Peter$ jitsu signup --debug
info: Welcome to Nodejitsu
info: jitsu v0.12.1, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command signup
help: To signup, first you will need to provide a username
prompt: username: peterbrowse
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/users/peterbrowse/available',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result: { available: true } }
help: Next, we will require your email address
prompt: email: peter@peterbrowse.com
help: Finally, we will need a password for this account
prompt: password:
prompt: confirm password:
info: You account is now being created
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/users/peterbrowse',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"username":"peterbrowse","email":"peter@peterbrowse.com","password":"**********"}' }
error: There was an error creating your account
error: socket hang up
error: Error running command signup
error: socket hang up
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment