Git Server (Linux)

Aus Tutorials
Zur Navigation springen Zur Suche springen

Noch in Bearbeitung


Installation

PPA-Repository

sudo add-apt-repository ppa:git-core/ppa

Paket installieren

sudo apt-get update
sudo apt-get install git 

Konfiguration

Ports

Protokoll Port
ssh:// 22 / TCP
git:// 9418 / TCP
http:// 80 / TCP
https:// 443 / TCP

Links

https://git-scm.com/book/de/v1/Git-auf-dem-Server-Die-Protokolle

Links

https://wiki.ubuntuusers.de/Git/

https://www.git-tower.com/learn/

http://t3n.de/news/git-eigener-git-server-544264/


Zurück zu Ubuntu