git拉取远程分支
$ git init
$ git remote add origin https://github.com/zjZSTU/zjzstu.github.com.git
$ git fetch origin Test_br_pp_20220510
$ git checkout -b Test_br_pp_20220510 origin/Test_br_pp_20220510
$ git config --global credential.helper store #保存密码
$ git pull

浙公网安备 33010602011771号