Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

NightLake

2
Posts
1
Following
A member registered Nov 08, 2023 · View creator page →

Creator of

Recent community posts

我也遇到同样的问题,参照前面兄弟的思路“butler忽略了系统代理”我成功解决了这个问题。 只需要查看VPN软件的代理静态主机IP地址和端口(一般默认为127.0.0.1:7890),然后在命令行中使用下列命令即可正常push

set HTTP_PROXY=http://127.0.0.1:7890

set HTTPS_PROXY=http://127.0.0.1:7890 

希望这对你同样有用


I also encountered the same problem, referring to the previous brother's idea of "butler ignores the system agent" I successfully solved this problem. You only need to check the proxy static host IP address and port of the VPN software (the default is 127.0.0.1:7890), and then use the following command on the command line to push normally

set HTTP_PROXY=http://127.0.0.1:7890

set HTTPS_PROXY=http://127.0.0.1:7890

Hope this works for you as well

You are right bro,It could be fixed by Set HTTP_PROXY in cmd