How to set git proxy? 如何设置git命令代理 #1826
-
I used Clash before, which allowed me to use similar commands to enable git to pull code through the proxy: git config --global http.proxy http://127.0.0.1:7891
git config --global https.proxy https://127.0.0.1:7891 Can anyone tell me if there is a similar port of Hiddify? |
Beta Was this translation helpful? Give feedback.
Answered by
jerrychan7
Aug 22, 2025
Replies: 1 comment
-
OK, I got it. Port is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jerrychan7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I got it. Port is
12334
. Since the proxy is set up for http(s), communication via the ssh protocol will not be proxied.Perhaps I can use ssh through the https port.