摘要:
git config --global http.proxy http://192.168.1.2:7890 git config --global https.proxy https://192.168.1.2:7890 git config --global --unset http.proxy 阅读全文
posted @ 2021-09-15 15:45
simp00
阅读(388)
评论(0)
推荐(0)
摘要:
main.sh #!/bin/sh CDIR=`pwd` INSTALLDIR=$CDIR/IVFireService if [ -d "$INSTALLDIR" ]; then echo "${INSTALLDIR} is exists" cd "$INSTALLDIR" echo "cd ${I 阅读全文
posted @ 2021-09-15 11:21
simp00
阅读(402)
评论(0)
推荐(0)

浙公网安备 33010602011771号