工具类
_compiling
学习中。。。
展开
-
解决wsl无法同步本地代理的dns信息
问题 本地开了公司的vpn,使用vscode的remote wsl插件连接wsl1,结果wsl里面无法解析公司内部的一些域名,查了下发现原来是wsl无法自动同步本地vpn的dns信息。 wsl2没有这个问题,又是wsl1的坑。 解决方法 基本是通过一些脚本把windows里的dns信息copy到wsl中,如: dnsfix () { /mnt/c/Windows/system32/ipconfig...原创 2020-02-11 11:30:08 · 4194 阅读 · 2 评论 -
VSCode Remote WSL: unable to rename folder (rename xxx permission denied)
问题 使用vscode remote wsl安装go tools,报类似rename xxx permission denied的错误。 检索发现时wsl1的问题,具体可见remote wsl不能重命名文件夹。 解决方法 参见官方给出的方法: 原链接:i-see-eaccess-permission-denied-error-trying-to-rename-a-folder-in-the-op...原创 2020-02-10 13:55:53 · 1962 阅读 · 0 评论