Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Checking out Revision 5559187984fc2c71772ab71034ae7f8eb08076dd (master)
Commit message: "Merge pull request #128 from mathiascode/master"
> git rev-parse --resolve-git-dir /home/debian/workspace/users-manual_master/.git # timeout=10
> git config remote.origin.url https://github.com/cuberite/users-manual.git # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/cuberite/users-manual.git
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git fetch --no-tags --force --progress -- https://github.com/cuberite/users-manual.git +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5559187984fc2c71772ab71034ae7f8eb08076dd # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 5559187984fc2c71772ab71034ae7f8eb08076dd # timeout=10
> git rev-list --no-walk 954ff03cf3e041e5adbbad07570b701e856452a0 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10