Hello,
we have lots of these messages in our ContinuaCI Log. Sometimes we end up with a detached head on out git repos and ContinuaCI seems unable to fetch the changesets. In the server logs we find lots of these error messages:
Cannot get changes for repository [<reponame>](http://<buildserver>:8080/view/2002/db29af76-7f9a-4951-bf9c-3f395d50ec47): Running 'C:\Program Files\Git\cmd\git.exe' with arguments "-c credential.helper= -c credential.helper="!\"C:\\Program Files\\VSoft Technologies\\ContinuaCI\\Server\\Continua.Git.CredentialsHelper.exe\" --key <somekey> --workdir \"X:\CiShare\Rc\db29af76\"" fetch --prune --force --all --dry-run" failed with return code 1 and error output: "Fetching origin
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://<ourgitlabserver>': No such file or directory
error: could not fetch origin
Latest version is 1.9.2.902.
Git-Version is: 2.35.1.2
Is there are way to tell ContinuaCI to jump back to the head of the git-repo without checkout of the full repo? (Which happens if one changes the branch name). If we click ‘check now’ nothing happens and we are stuck on some older commit (hence the detached head I suppose)
Thanks for your help in advance!
Christian