2
I did several git stash in my branch normally.
But now when I pass the command:
git stash save "teste"
he answers:
Saved Working directory and index state On dev: testing Unlink of file 'debug.log' failed.
Should I Try Again? (y/n) y
Unlink of file 'debug.log' failed.
Should I Try Again? (y/n) y
Unlink of file 'debug.log' failed.
Should I Try Again? (y/n) y
Unlink of file 'debug.log' failed.
Should I Try Again? (y/n) y
Anyway I can’t but use the stash, if I give no (y/n)n it doesn’t work at all.
Have you checked the file folder permission? You are using linux?
– Wallace Maxters
I’m using windows 10
– Wesley