“Git”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第2行: | 第2行: | ||
− | 设置代理<syntaxhighlight lang="shell-session"> | + | |
+ | === 设置代理 === | ||
+ | <syntaxhighlight lang="shell-session"> | ||
root@raspberrypi:/home/pi# git config --global https.proxy https://192.168.0.120:10809 | root@raspberrypi:/home/pi# git config --global https.proxy https://192.168.0.120:10809 | ||
root@raspberrypi:/home/pi# | root@raspberrypi:/home/pi# | ||
</syntaxhighlight> | </syntaxhighlight> |
2022年8月18日 (四) 21:30的版本
设置代理
root@raspberrypi:/home/pi# git config --global https.proxy https://192.168.0.120:10809
root@raspberrypi:/home/pi#