Git Server (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 26: Zeile 26:
|-
|-
| ssh://
| ssh://
| 22
| 22 / TCP
|-
|-
| git://  
| git://  
| 9418
| 9418 / TCP
|-
|-
| http://
| http://
| 80
| 80 / TCP
|-
|-
| https://
| https://
| 443
| 443 / TCP
|}
|}



Version vom 1. November 2017, 14:31 Uhr

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