英文:
Why am I getting this error while installing oh my zsh on my wsl?
问题
错误:
curl: (28) 连接到 raw.githubusercontent.com 端口 443 失败,经过 130799 毫秒后超时
我已安装了运行 oh my zsh 所需的所有要求。我正在使用 WSL Ubuntu 22 LTS,同时也安装了 Git。请帮助我,朋友们,我已经在各处搜索解决方案,但似乎没有什么起作用!
英文:
ERROR:
curl: (28) Failed to connect to raw.githubusercontent.com port 443 after 130799 ms: Connection timed out
I have installed all the requirements needed for oh my zsh to run. I am using a wsl Ubuntu 22 lts and I also have git installed.
Please help me out folks, searched everywhere for the solution but nothing seems to be working!!
答案1
得分: 0
这似乎是一个WSL的问题,请查看这个GitHub讨论。在类似问题在更新后发生后,我放弃使用WSL,现在我使用本机的Ubuntu。
英文:
It seems that is a WSL problem, check this github discussion. I gave up using WSL after similar problems after updates, now i use a native Ubuntu.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论