refaim / snapjaw

Git-based advanced Vanilla WoW AddOn Manager
GNU General Public License v3.0
14 stars 1 forks source link

How to set proxy? #38

Open zaazbb opened 1 year ago

zaazbb commented 1 year ago

Hello, thank you for this nice wow addon manager tool. I want to known how to set a git proxy? Maybe we need add a proxy option for it? Thank you.

refaim commented 1 year ago

Hello!

What options do you need for a proxy?

zaazbb commented 1 year ago

git proxy option like this: snapjaw.exe --proxy http://127.0.0.1:7890

refaim commented 1 year ago

OK, I'll see what I can do.

xiongyifan commented 1 year ago

use proxychains , it can run the command using a proxy:

you can do it by following steps:

  1. install proxychains
  2. modify your proxychains.conf to your proxy port, like: 7890
  3. install addons
proxychains snapjaw  install https://github.com/AtheneGenesis/Vanilla_MikScrollingBattleText
zaazbb commented 1 year ago

ok, i'll try it. thank you.