We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the solution you'd like
I want to sync ~/.ssh or some folder in windows and wsl
I found ssh would get error because of bad permissions
add
[automount] options = "metadata"
to /etc/wsl.conf and chmod solve this temporarily .
/etc/wsl.conf
But after I alter ~/.ssh/config in by sublime in windows , the permissions changed
~/.ssh/config
get Bad owner or permissions again in wsl
Bad owner or permissions
Why it can't keep the fake permissions in wsl ?
The text was updated successfully, but these errors were encountered:
Some editors (including maybe sublime) do not really overwrite for safety when you do an overwrite save.
However, this behavior sometimes behaves undesirably.
If have a setting that stops such behavior, you may change that setting.
Sorry, something went wrong.
Same #3165 #3934 #3776 (others prob). For all practical purposes by-design.
No branches or pull requests
Describe the solution you'd like
I want to sync ~/.ssh or some folder in windows and wsl
I found ssh would get error because of bad permissions
add
to
/etc/wsl.conf
and chmod solve this temporarily .But after I alter
~/.ssh/config
in by sublime in windows , the permissions changedget
Bad owner or permissions
again in wslWhy it can't keep the fake permissions in wsl ?
The text was updated successfully, but these errors were encountered: