分支情况和对应手机,只截取一部分,这个太多了。 reposync -j42>&1| tee sync_log.txt 这里有时会掉线,建议写一个shell脚本: fn_repo_sync { repo sync -j8 2>&1 | tee sync_log.txt } fn_get_source_code { echo"fn_get_source_code:$(pwd)" fn_repo_sync FETCH_ERROR=`grep -i"error: Exit...