mbostock / gistup

Create a gist from terminal, then use git to update it.
Other
488 stars 41 forks source link

.DS_Store ruins everything #4

Closed zeke closed 10 years ago

zeke commented 10 years ago

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)
zeke commented 10 years ago

:cake: