You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
导入配置文件的时候,会解析引用的仓库,这些引用的仓库(譬如 github 的项目)是不能通过网络代理的
导入配置文件后,项目中存在代理配置了,也就是生成了类似于:
.xmake\windows\x64\xmake.conf
这时候再解析引用的 github 仓库,就能走代理了
所以这里的优先级或许可以调整一下?
先生成配置文件 → 再解析引用的仓库
Beta Was this translation helpful? Give feedback.
All reactions