Skip to content

Instantly share code, notes, and snippets.

@kklecho
Created December 7, 2021 23:00
Show Gist options
  • Save kklecho/b609c074009f671389075dd0fdf02dff to your computer and use it in GitHub Desktop.
Save kklecho/b609c074009f671389075dd0fdf02dff to your computer and use it in GitHub Desktop.
wsl git Operation Not Permitted
sudo umount /mnt/c
sudo mount -t drvfs C: /mnt/c -o metadata
source: https://askubuntu.com/questions/1115564/wsl-ubuntu-distro-how-to-solve-operation-not-permitted-on-cloning-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment