Console Output
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/hardware/tc397_ota.git
> git init /root/workspace/tc397_ota/tc397_ota # timeout=10
Fetching upstream changes from http://159.27.226.4/hardware/tc397_ota.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/hardware/tc397_ota.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://159.27.226.4/hardware/tc397_ota.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/v3.0^{commit} # timeout=10
Checking out Revision 757e7328e411c544da640df71a0c0879a434e481 (origin/v3.0)
> git config core.sparsecheckout # timeout=10
> git checkout -f 757e7328e411c544da640df71a0c0879a434e481 # timeout=10
Commit message: "feat_out: V3.0 1.清理车型公共宏,并给重汽增加电机转速字段 2.新增开沃车型。 3.集中完善西牛 AGV。 4.完善徐工自卸的转向、上装、XBR 和 EPB 闭环。 5.补充蓬翔速度与上装反馈。 6.加强三一、金龙、济宁梁山、陕汽质子的异常或特定功能处理"
> git rev-list --no-walk 4e9cfab47d60151e397f413aab55d4c5cc7a2492 # timeout=10