Console Output

The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 0fddd77c14fa22a81e80d1eca90f265651957ca5 (origin/rc_dev)
Commit message: "feat_out:1,根据不同设备,对log的输出目录进行了适配;2,根据不同设备,对config文件的目录进行了适配;"
Cloning repository http://159.27.226.4/system/versions_observer.git
 > git init /senior/workspace/system_ws/src/versions_observer # timeout=10
Fetching upstream changes from http://159.27.226.4/system/versions_observer.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --progress -- http://159.27.226.4/system/versions_observer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/system/versions_observer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/rc_dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0fddd77c14fa22a81e80d1eca90f265651957ca5 # timeout=10
 > git rev-list --no-walk 0fddd77c14fa22a81e80d1eca90f265651957ca5 # timeout=10