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_202610_G81_E2_Back
 > git init /home/cecaduser/workspace/MP_202610_G81_E2_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_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_202610_G81_E2_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 7d4cb371291f2191567eb6a4de7f7f37dc2152c9 (refs/remotes/origin/main)
Commit message: "Merge pull request #90 from UDFJDC-ModelosProgramacion/feature/HU13-crear-resena"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_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 7d4cb371291f2191567eb6a4de7f7f37dc2152c9 # timeout=10
 > git rev-list --no-walk ec32038a2bf508125a768ead3cadd08e8322f2c0 # timeout=10