Category Git

When you need to put a *ops in your Live
In the last years it has been appearing a lot of strategies about *ops in all the ecosystems of IT. You can begin with DevOps, follow with FinOps and finish with ApiOps. Now its time to put in order all this concepts and leave them in one place. And this posts is the Solution for […]

Integración de GitLab con Jenkins: “SSL certificate problem: self signed certificate”
Al configurar la integración de GitLab con Jenkins, me ha aparecido el siguiente mensaje: Failed to connect to repository : Command “git ls-remote -h — https://gitlab.jdomain.com/administrator/uoc_tfm.git HEAD” returned status code 128: stdout: stderr: fatal: unable to access ‘https://gitlab.jdomain.com/administrator/uoc_tfm.git/’: SSL certificate problem: self signed certificate

Instalación de GitLab y Jenkins en una misma máquina – Error 502
He realizado la instalación de GitLab y Jenkins en la misma máquina, y me he encontrado con que GitLab ha dejado de funcionar apareciendo el mensaje “Whoops, GitLab is taking too much time to respond”.

Installing GitLab from Source for the err Unable to locate package gitlab-ce
I’ve tried to install GitLab CE Omnibus Package following the guide of the Ubuntu 14.04 but in the second step, I get the error: Unable to locate package gitlab-ce. To solve this problem you must install GitLab from sourcing, following the instructions of GibLab Community Edition – Installation from source. Enjoy!!!

Links sobre Git
Introducción Programas de Gestión de Versiones Características Wikipedia Turoriales Tutorial de atlassian SCM-Tutorial Vogella Git Article A Successful Git branching model Git for computers scientists Git Hup Help Git Lab Git Best Practices Otros Install on-eclipse A successful Git branching model (Vincent Driessen) OpenGitOps Enjoy!!!

Working With Git
Como segunda entrada de mi trabajo con Git, pongo los comando, acciones y sentencias que mejor podemos utilizar para utilizar la herramienta. Esta es una aproximación al trabajo con Git resumida de Git Immersion. Web que os recomiendo.

Introducción a GIT
Hace tiempo que GIT se está estableciendo como herramienta de para control de versiones, versátil, rápida y de fácil utilización. Debido a ello me he decidido a realizar unos artículos para analizar y comprobar el funcionamiento de dicha solución. Escrita en una combinación de Perl, C y varios scripts de shell, ha sido diseñado por Linus Torvals orientado a […]