cmd not affected by v2ray #2065
Answered
by
cross-hello
Project-Charity
asked this question in
Q&A
-
Hey. I'm from Iran and they've blocked every mfking programming services, such as git, or composer and etc. |
Beta Was this translation helpful? Give feedback.
Answered by
cross-hello
Oct 13, 2022
Replies: 1 comment
-
Make a setting for git: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Project-Charity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make a setting for git:
git config --global http.proxy http://proxyUsername:[email protected]:port
Ref: https://gist.github.com/evantoli/f8c23a37eb3558ab8765
For example, if you listen http port to 777 , then issue this:
git config --global http.proxy http://127.0.0.1:777