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_202530_G81_E5_ViviendaUniversitaria_Back
 > git init /home/cecaduser/workspace/MP_202530_G81_E5_ViviendaUniversitaria_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E5_ViviendaUniversitaria_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_202530_G81_E5_ViviendaUniversitaria_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E5_ViviendaUniversitaria_Back # timeout=10
Avoid second fetch
Checking out Revision 533efc77115308fdac960a3745a94414dd26edc0 (refs/remotes/origin/main)
Commit message: "Update README.md"
 > 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 533efc77115308fdac960a3745a94414dd26edc0 # timeout=10
 > git rev-list --no-walk d7361d4f6504172703a9c98bcadd671975df8e42 # timeout=10