Category: Uncategorized
-
Fix [Errno 8] Exec format error: ‘/Users/
/.azure/bin/bicep’ When you run az bicep command on Mac M1, you might experience error This error is because for some reason, bicep in azure cli was installed with a non-ARM version, to resolve this, do following steps Remove /Users/<username>/.azure/bin/bicep Run az bicep version, this will force Azure CLI to download bicep and refresh. If you see…
-
git clone error “Operation not permitted” on WSL2 Shell
On a clean installed WSL2 (Windows SubSystem for Linux Gen 2), you might get error “Operation not permitted” when trying to run command git clone on the shell. To resolve this, simple run following commands: You might need to replace the drive letter if you hit error on other drivers.