[Terminal] 终端什么时候能走代理
Tofloor
poster avatar
monkeycc
deepin
2021-03-31 06:47
Author

终端什么时候能走代理

 

比如git 太慢了  

自己建仓 又觉得麻烦

 

看看什么时候,能加上代理功能

比如 socks5://127.0.0.1:1080

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2021-03-31 06:55
#1
Reply View the author
liwl
deepin
2021-03-31 06:56
#2
It has been deleted!
neko
deepin
Ecological co-builder
Q&A Team
2021-03-31 07:30
#3

系统自带的应用代理了解一下

Reply View the author
sukanka
deepin
2021-03-31 07:34
#4

当你使用 cgproxy 的时候

Reply View the author
caoayu
deepin
2021-03-31 16:30
#5

export all_proxy= socks5://127.0.0.1:1080

Reply View the author
caoayu
deepin
2021-03-31 16:31
#6
caoayu

export all_proxy= socks5://127.0.0.1:1080

或者改git配置,https: www.caoayu.xyz 里有git代理开启方法

Reply View the author
houyawei
deepin
2021-03-31 17:38
#7

git config --global http.proxy 'socks5://127.0.0.1:1080'

git config --global https.proxy 'socks5://127.0.0.1:1080'

 

取消

git config --global --unset http.proxy

git config --global --unset https.proxy

Reply View the author
amors
deepin
2021-03-31 21:04
#8

proxychains 代理有时候会有问题,推荐 polipo  Linux 终端代理设置 proxychains polipo-次世代BUG池 (neucrack.com)

Reply View the author