I've moved from Windows 7 to Windows 8.1 (fresh install, different machines) and I'm having some issues with user permissions on my Windows 8.1 machine.
It seems to require Administrator rights for even the most basic tasks such as running git pull
in the msysGit shell or using SourceTree's GUI for discarding changed but uncommited files. If I start either of the two projects with "Run as Admin", they work. On Windows 7 this wasn't required.
It's not just Git-related things that fail unless ran with admin, others too. For example, Slack for Windows only works if run as admin.
So, is there anyway to turn of paranoid mode?
Or at least anywhere to check if there are any misconfigured settings that lead to this?
whoami /all
and `icacls c:\code' to your question. Where c:\code is a location where you have problems git pulling.