#!/bin/bash ############################################# # help for the first checkout. ############################################# function first_checkout() { mirror_name=$1 git_url=$2 project_dir=$3 sync_script=$4 failed_msg "当前分支不是${mirror_name}镜像"; cat <