Search This Blog

Tuesday, August 9, 2016

Solved Git Error : File name is too long : Stash .


Getting following error while doing git stash (Stashing takes the dirty state of your working directory — that is, your modified tracked files and staged changes — and saves it on a stack of unfinished changes that you can reapply at any time.)

error: lstat("filename "): Filename too long

to solve this i have applied  following then it works

git config core.longpaths true

Cheers,

Kapil

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts