-
-
Notifications
You must be signed in to change notification settings - Fork 475
Open
Labels
Description
你在什么场景下需要该功能?
I've configured pac.lua to make xmake use a proxy. However, when using a freshly installed xmake, it attempts to clone build-artifacts and xmake-repo repositories. Unfortunately, these clone operations do not adhere to the proxy settings specified in pac.lua.
描述可能的解决方案
make the cloning of build-artifacts and xmake-repo also respect the proxy settings defined in pac.lua.
描述你认为的候选方案
No response
其他信息
xmake -vvv
checking for gcc ... /usr/bin/gcc
checking for nim ... no
checking for nim ... no
checking for git ... /usr/bin/git
checking for gzip ... /usr/bin/gzip
checking for tar ... /usr/bin/tar
updating repositories ..
cloning repository(build-artifacts): https://github.com/xmake-mirror/build-artifacts.git to /home/adam/.xmake/repositories/build-artifacts ..