摘要: 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 阅读(374) 评论(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 阅读(339) 评论(0) 推荐(0) 编辑