手里已有神器 v2xxx 的 windows 客户端,socks5 和 http 代理都设置了,始终无法克隆,比如我开 http 全局代理,idea 不开代理,无法克隆,比如我开 socks5,idea 设置 socks 代理无法克隆,然后我开 http 代理,idea 设置 http 代理,也无法克隆,感觉被打败了,是我哪里姿势不对么? idea 的克隆是调用的 git 还是 curl 来的,求姿势
1
shylocks Dec 8, 2019 idea 调用的是 git,要给 git 设置 proxy
git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 |
2
yejianmail OP 另外,gitee 使用挺好的,无奈的是还有好多优秀项目都在 github
|
3
yejianmail OP @shylocks 谢谢老司机先,我去试试
|
4
YourLord Dec 8, 2019 via Android
一楼这种方式是早些年,但是这种情况 v2 或者$$就要开 http 代理才能用,切来切去不够优雅。后来买了个 proxifier 直接把 http 转成 socks5 了。
|