Console Output
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/system/rcinterpreter.git
> git init /senior/workspace/orin-module-ros2/src/rcinterpreter # timeout=10
Fetching upstream changes from http://159.27.226.4/system/rcinterpreter.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
> git fetch --tags --force --progress -- http://159.27.226.4/system/rcinterpreter.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
> git config remote.origin.url http://159.27.226.4/system/rcinterpreter.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision c70c747b486d72a3cfc841c16a02d2ef98a6e470 (origin/feat_gx)
Commit message: "干线ros2初始版本"
First time build. Skipping changelog.
> git rev-parse origin/feat_gx^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f c70c747b486d72a3cfc841c16a02d2ef98a6e470 # timeout=30