Git Server (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Ports) |
(→Ports) |
||
Zeile 28: | Zeile 28: | ||
| ssh:// | | ssh:// | ||
| TCP | | TCP | ||
| 22 | | style="text-align:right;" | 22 | ||
|- | |- | ||
| git:// | | git:// | ||
| TCP | | TCP | ||
| 9418 | | style="text-align:right;" | 9418 | ||
|- | |- | ||
| http:// | | http:// | ||
| TCP | | TCP | ||
| 80 | | style="text-align:right;" | 80 | ||
|- | |- | ||
| https:// | | https:// | ||
| TCP | | TCP | ||
| 443 | | style="text-align:right;" | 443 | ||
|} | |} | ||
Version vom 1. November 2017, 14:41 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
Anwendung | Protokoll | Port |
---|---|---|
ssh:// | TCP | 22 |
git:// | TCP | 9418 |
http:// | TCP | 80 |
https:// | TCP | 443 |
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