Windows 上换源问题 #201
Unanswered
happy-game
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在 Readme 中提到目前是支持 Windows (MSYS2, Cygwin), 但是这些环境中
chsrc
大量使用的grep
,sed
命令可能与预期的行为存在差异,如在uv
换源中由于无法正常执行原先的sed
命令导致我暂时放弃直接修改uv.toml
支持 Windows 下 uv 换源方法错误 #196.有些用户不会特地在 Cygwin 环境中执行
chsrc
, 在Windows 下 uv 换源方法错误 #196 中用户是自行安装了busybox
环境后在 powershell 中运行的, 因此感觉chsrc
也需要考虑下大多数用户直接在cmd
,powershell
下运行的情况.由于我大多数是在 Linux 系统下编写,所以对 Windows 环境不是特别了解,可能有点考虑不周,希望探讨一下以上两点
Beta Was this translation helpful? Give feedback.
All reactions