Files
AV_Data_Capture/clone.sh
2020-04-01 02:30:00 +08:00

8 lines
188 B
Bash
Executable File

export http_proxy='http://192.168.2.2:1080'
export https_proxy='http://192.168.2.2:1080'
git fetch --all
git reset --hard origin/master
git pull
export http_proxy=''
export https_proxy=''