WSL Permissions

As Martin said on the mailing list, if you experience problems with WSL and missing permissions in the Git Repo, try to add the following to your /etc/wsl.conf file:

1
2
[automount]
options = "metadata"

See also: https://stackoverflow.com/questions/46610256/chmod-wsl-bash-doesnt-work/50856772#50856772