dowww icon indicating copy to clipboard operation
dowww copied to clipboard

📟 Dev on Windows with WSL | 在 Windows 上用 WSL 优雅开发

Results 12 dowww issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

🚀 **我这里解决了这些问题:** 设置代理后,使用Proxy,shell弹出refused 💡 **我这次对这些地方做出了更改:** 2-3设置代理

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0. Release notes Sourced from prismjs's releases. v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 Changelog Sourced from prismjs's changelog. 1.25.0 (2021-09-16) New components AviSynth (#3071) 746a4b1a...

dependencies

🚀 **我这里解决了这些问题:** 1. 添加 Awesome-WSL 2. 添加自行导入发行版的方案 💡 **我这次对这些地方做出了更改:** 1. 1-1-installation.md

![1](https://user-images.githubusercontent.com/44666362/145050697-b43d2163-14ec-4bbd-9681-2c84a955b139.png)

**我发现新的内容可以写入文档:** 关于图形化界面,微软已经引入了RDP Client来支撑,不需要再使用第三方软件 具体可见[链接](https://blogs.windows.com/windows-insider/2021/04/21/announcing-windows-10-insider-preview-build-21364/)

**我觉得文档这里有些问题:** [文章地址](https://dowww.spencerwoo.com/1-preparations/1-1-installation.html#wsl-2-%E7%9A%84%E5%AE%89%E8%A3%85) [官方文档](https://docs.microsoft.com/zh-cn/windows/wsl/install#install) 以及,文章下方的链接已经 404 了

**我希望文档能够包括这一内容 / 我发现新的内容可以写入文档:** wsl2(预览版可以GUI)不能和wsl1一样共享ip,在windows上开了代理,在wsl中使用浏览器不能访问google,看了几个博客配置并未成功,希望有这部分的配置教程

隔壁美化教程有个错误,希望作者修正给后来者帮助,Set-Theme指令已经被Set-PoshPrompt取代。

**我在这个页面的配置过程遇到了问题:** Windows侧环境:`Windows 10 Pro 21H1` WSL侧环境:`OS: Arch Linux on Windows 10 x86_64` `Kernel: 5.10.16.3-microsoft-standard-WSL2` ### 问题 在WSL侧启动了ES,在Windows侧使用浏览器访问 `localhost:9200`返回正确的结果,访问`127.0.0.1:9200` 则显示拒绝连接 最后测试发现Postman,curl,还有SpringBoot程序里都显示连接失败。 ![image](https://user-images.githubusercontent.com/67304509/132525264-ac7a250e-42ce-49c1-b954-3ed2b92ed569.png)