Skip to content

Console Output

The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision 9a9c01882e5242690740d92e3e3369afa7355b90 (refs/remotes/origin/main)
Commit message: "Update sonar-project.properties"
 > git rev-parse --resolve-git-dir /home/cecaduser/workspace/PA_202510_G83_E5_Front/.git # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ProgramacionAvanzada/PA_202510_G83_E5_Front # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ProgramacionAvanzada/PA_202510_G83_E5_Front
 > git --version # timeout=10
 > git --version # 'git version 2.49.0'
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ProgramacionAvanzada/PA_202510_G83_E5_Front +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9a9c01882e5242690740d92e3e3369afa7355b90 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 9a9c01882e5242690740d92e3e3369afa7355b90 # timeout=10