Jacob Kaplan-Moss <jacob@xxxxxxxxxxxx> writes: > Hi folks -- > > I'm stumped; git-stash simply won't work on my machine. On any > repository I've tried, with various permutations, I keep getting:: > > $ git stash > cp: `.../.git/index': No such file or directory > Cannot save the current worktree state Are you exporting GIT_INDEX_FILE=.../.git/index into the environment, and that path perhaps does not exist? Otherwise the above error message wouldn't have said ".../.git/index"; it is coming from the only invocation of "cp" command in git-stash.sh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html