Skip to content

Instantly share code, notes, and snippets.

@esamattis
Created March 7, 2012 12:55
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 esamattis/1992958 to your computer and use it in GitHub Desktop.
Save esamattis/1992958 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Close stdin
exec 0>&-
# And try commiting
git commit --all --message mycommitmsg
error: unable to create temporary sha1 filename : No such file or directory
fatal: failed to write commit object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment