Issue: UAC keeps popping up
suntong opened this issue · 2 comments
suntong commented
Issue Description
UAC keeps popping up under Git Bash.
Steps to Reproduce
Under Git Bash that I installed freshly today.
- sudo echo abc
- sudo echo abc
- gsudo echo abc
- gsudo echo abc
Each time UAC would pops up.
Context:
- Windows version:
$ gsudo -v
gsudo v2.1.0 (Branch.tags-v2.1.0.Sha.530d77b2c8a545592aa089e76428f81ec1f0151a)
gerardog commented
Please enable gsudo cache by running 'gsudo config CacheMode auto'.
suntong commented
BINGO! Thanks!!