I had a .DS_Store file in my directory, which cause gistup to fail. Removing the file fixed the problem..
npm-docs $ gistup
/Users/zeke/.nvm/v0.10.26/lib/node_modules/gistup/bin/gistup:128
if (error) throw error;
^
Error: Command failed: The following paths are ignored by one of your .gitignore files:
.DS_Store
Use -f if you really want to add them.
fatal: no files added
at ChildProcess.exithandler (child_process.js:637:15)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
I had a
.DS_Store
file in my directory, which cause gistup to fail. Removing the file fixed the problem..