“Git”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第4行: 第4行:
  
 
=== 设置代理 ===
 
=== 设置代理 ===
<syntaxhighlight lang="shell-session">
+
http://t.zoukankan.com/lovesKey-p-10934415.html<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日 (四) 22:03的版本

https://git-scm.com/


设置代理

http://t.zoukankan.com/lovesKey-p-10934415.html

root@raspberrypi:/home/pi# git config --global https.proxy https://192.168.0.120:10809
root@raspberrypi:/home/pi#