控制台输出
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@192.168.19.207:cku-backend/caac-user-service.git # timeout=10
Fetching upstream changes from git@192.168.19.207:cku-backend/caac-user-service.git
> git --version # timeout=10
> git fetch --tags --force --progress -- git@192.168.19.207:cku-backend/caac-user-service.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/develop-nacos^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/develop-nacos^{commit} # timeout=10
Checking out Revision d98871f224ec6e3aa4bef2b6ae6790f5d44273e1 (refs/remotes/origin/develop-nacos)
> git config core.sparsecheckout # timeout=10
> git checkout -f d98871f224ec6e3aa4bef2b6ae6790f5d44273e1 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D develop-nacos # timeout=10
> git checkout -b develop-nacos d98871f224ec6e3aa4bef2b6ae6790f5d44273e1 # timeout=10
Commit message: "update project by zhangjunwu"
> git rev-list --no-walk d98871f224ec6e3aa4bef2b6ae6790f5d44273e1 # timeout=10