Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Avoid second fetch
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E3_Caminatas_Back
> git init /home/cecaduser/workspace/MP_202510_G81_E3_Caminatas_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E3_Caminatas_Back
> git --version # timeout=10
> git --version # 'git version 2.49.0'
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E3_Caminatas_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E3_Caminatas_Back # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 0157aaea3f87dabade0d04e658dcbba203852cee (refs/remotes/origin/main)
Commit message: "Merge pull request #10 from UDFJDC-ModelosProgramacion/feature/correccionDeErrores"
> git config core.sparsecheckout # timeout=10
> git checkout -f 0157aaea3f87dabade0d04e658dcbba203852cee # timeout=10
> git rev-list --no-walk 860ce060d853ede164fc92e6110b50592c13d991 # timeout=10