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_E2_Eventos_Back
> git init /home/cecaduser/workspace/MP_202510_G81_E2_Eventos_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_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_E2_Eventos_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E2_Eventos_Back # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b0a94b82cbd9da3dfa1bb10c1d9baaa932a1914d (refs/remotes/origin/main)
Commit message: "DIAGRAMA DE ENTIDADES"
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f b0a94b82cbd9da3dfa1bb10c1d9baaa932a1914d # timeout=10
> git rev-list --no-walk 8c45d8dc1be40902e13acc24d4bf2963ab175a2c # timeout=10