Console Output
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/lidar_localization_mapping/crane_align.git
> git init /senior/workspace/orin-module-slave32/master/src/crane_align # timeout=10
Fetching upstream changes from http://159.27.226.4/lidar_localization_mapping/crane_align.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/lidar_localization_mapping/crane_align.git +refs/heads/*:refs/remotes/origin/* # timeout=30
Avoid second fetch
Checking out Revision 9b2c62f15232887a3264c5785d0734bfb83b9696 (origin/dev_truck)
Commit message: "feat_out: 添加新参数pub_target_dist_thld相关逻辑"
> git config remote.origin.url http://159.27.226.4/lidar_localization_mapping/crane_align.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/dev_truck^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 9b2c62f15232887a3264c5785d0734bfb83b9696 # timeout=30
> git rev-list --no-walk 31bcb01e15bd4b92b25b414ef1eb3d04a536fd3d # timeout=10