visual studio - Git directory requires permission reorder -
visual studio 2015 update 3, git version 2.8.3, windows 7 enterprise have copy of java in git that's required run antlr.
after switching branches, sometimes, java directory requires permission reordering. primary symptom occurs when attempting execute .exe , message is:
windows cannot access specified device, path, or file. may not have appropriate permissions access item.
my solution run:
icacls . /reset /t
in root of java directory suggested this post, solves problem. know why case?
Comments
Post a Comment