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 954ff03cf3e041e5adbbad07570b701e856452a0 (master)
Commit message: "Merge pull request #126 from cuberite/endgen"
 > 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 954ff03cf3e041e5adbbad07570b701e856452a0 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 954ff03cf3e041e5adbbad07570b701e856452a0 # timeout=10
 > git rev-list --no-walk 04b72c20ccb8582705cb08a35ea4de24fa6a128d # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10