Windows 上换源问题 #201
happy-game
started this conversation in
讨论
Replies: 2 comments
-
@happy-game 前段时间邮件太多了,没注意到这个 discussion,抱歉。 我看了下用
|
Beta Was this translation helpful? Give feedback.
0 replies
-
暂时使用这种间接的方式来支持复杂的命令行操作 |
Beta Was this translation helpful? Give feedback.
0 replies
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