Git Server (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 16: | Zeile 16: | ||
sudo apt-get install git | sudo apt-get install git | ||
</pre> | </pre> | ||
== Konfiguration == | |||
=== Ports === | |||
{| class="wikitable" | |||
! Protokoll | |||
! Port | |||
|- | |||
| ssh:// | |||
| 22 | |||
|- | |||
| git:// | |||
| 9418 | |||
|- | |||
| http:// | |||
| 80 | |||
|- | |||
| https:// | |||
| 443 | |||
|} | |||
== Links == | == Links == |
Version vom 1. November 2017, 14:19 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 |
git:// | 9418 |
http:// | 80 |
https:// | 443 |
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