Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back
 > git init /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 389e415c34b98974cc06c20797009bf19fec2f25 (refs/remotes/origin/main)
Commit message: "Update ClientServiceTest.java"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 389e415c34b98974cc06c20797009bf19fec2f25 # timeout=10
 > git rev-list --no-walk 6a9e3a092703639b6f7b613c033e4283ac651b44 # timeout=10