我使用 Windows 编辑了“主题”文件以显示“bobthefish”而不是“默认”。
<W> fish: An error occurred while redirecting file “/home/purplesci/.config/omf/theme”
open: Permission denied
这就是我打开 WSL 中的鱼控制台时显示的内容。我怎样才能摆脱它?
答案1
https://blogs.msdn.microsoft.com/wsl/2016/06/15/wsl-file-system-support/
您不应该使用 Windows 来弄乱 VolFS 下的文件。要修复此文件,您可以将其移动到其他目录下,例如 C:\Temp。然后您可以使用 WSL 将该文件移回原处:
mv /mnt/c/Temp/theme /home/purplesci/.config/omf/theme