Our corporate PCs have git installed which always tries to gain admin access on any git command, Even git --version. This is weird that git is designed that way that it need admin access for any git command.
We have Beyond trust privilege management which keep tracks of any application which tries to take admin access, this process takes a very long time to verify and because of this git works very very slow in all PCs.
Eclipse has its own integrated git which works fast as it doesn't take admin rights to do operations.
Is there a way we can run git without admin rights in Windows 10?