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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -