Quantcast
Channel: WSL Ubuntu Distro | How to solve `Operation not permitted` on cloning repository - Ask Ubuntu
Browsing latest articles
Browse All 5 View Live

Answer by ZZX for WSL Ubuntu Distro | How to solve `Operation not permitted`...

I was having the same issue. My solution is to git clone my repo in the default WSL location (it works), and use Visual Studio Code to remote access my WSL's repos. That way you won't have to use...

View Article



Answer by Wojtek Grojec for WSL Ubuntu Distro | How to solve `Operation not...

I had the same issue. Try this: sudo umount /mnt/c sudo mount -t drvfs C: /mnt/c -o metadata Change the drive letter to whatever one you're having the issue with.

View Article

Answer by Thomas Ward for WSL Ubuntu Distro | How to solve `Operation not...

/mnt/c/Users/... is on the Windows NTFS partition itself, and not within the WSL's ext4 formatted system. Therefore you have to treat it as you would an NTFS partition on a USB stick on an actual...

View Article

WSL Ubuntu Distro | How to solve `Operation not permitted` on cloning repository

I am running Ubuntu 18.04, as a Subsystem for Windows. I have done this in mutliple PCs and never had this problem. I try to to git clone <repo>, and I get this: Cloning into '<repo>'......

View Article

Answer by rsteckler for WSL Ubuntu Distro | How to solve `Operation not...

You can automatically mount your Windows drives under WSL with the metadata option that allows apps, like git, to use chmod and fix this issue.Edit /etc/wsl.conf (create it if it doesn't exist).Add the...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images