0

Im trying to clone a repo and facing Permission denied error as below

$ git clone https://github.com/PowerShellEmpire/PowerTools.git
bash: /mingw64/bin/git: Permission denied
Mohmmad S
  • 5,001
  • 4
  • 18
  • 50
Doujinx
  • 1
  • 1

1 Answers1

0

Have you tried running git-bash as administrator (right-click > run as administrator), so that it fixes the permissions on the executable files in /mingw64/bin. Source: https://stackoverflow.com/a/62390205/13339621

matleg
  • 618
  • 4
  • 11