Diese Version von GitHub Enterprise wurde eingestellt am 2021-09-23. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für eine bessere Leistung, verbesserte Sicherheit und neue Features nimm ein Upgrade auf die neueste Version von GitHub Enterprise vor. Wende Dich an den GitHub Enterprise-Support, um Hilfe beim Upgrade zu erhalten.

Uploading a new license to GitHub Enterprise Server

You can upload your license file for GitHub Enterprise to Ihre GitHub Enterprise Server-Instanz to validate your application.

About license files for GitHub Enterprise

After you purchase or upgrade a license for GitHub Enterprise from GitHub's Vertriebsteam, you must upload the new license file to Ihre GitHub Enterprise Server-Instanz to unlock your new user licenses. For more information about licenses for GitHub Enterprise Server, see "About licenses for GitHub Enterprise" and "Downloading your license for GitHub Enterprise."

If you'd like to renew or add user licenses to GitHub Enterprise, or if you have questions about your license, contact GitHub's Vertriebsteam. Ihre neue Lizenzdatei steht sofort nach dem Abschluss Ihrer Bestellung zum Download zur Verfügung.

Uploading your license to Ihre GitHub Enterprise Server-Instanz

  1. Sign into Ihre GitHub Enterprise Server-Instanz as a site administrator.

  2. In the top-right corner of GitHub Enterprise Server, click your profile photo, then click Enterprise settings. "Enterprise settings" in drop-down menu for profile photo on GitHub Enterprise Server

  3. Klicke in der Seitenleiste des Enterprise-Kontos auf Settings (Einstellungen). Registerkarte „Settings“ (Einstellungen) in der Seitenleiste des Enterprise-Kontos

  4. Klicke auf der linken Seitenleiste auf License (Lizenz). "License" tab in the enterprise account settings sidebar

  5. Klicken Sie unter „Quick links“ (Schnellzugriff) auf Update license (Lizenz aktualisieren). Lizenz-Link aktualisieren

  6. Klicke zum Auswählen Deiner Lizenz auf Lizenzdatei oder ziehe Deine Lizenzdatei auf Lizenzdatei. Lizenzdatei hochladen

  7. Klicke Upload. Begin upload

If the web UI for GitHub Enterprise Server doesn't reflect your updated license immediately, see "Troubleshooting."

Problemlösungen

In some scenarios, the web UI for GitHub Enterprise Server may not immediately reflect your new license. You can force the system to detect the license by restarting two system services.

  1. Stellen Sie eine SSH-Verbindung zu your GitHub Enterprise Server instance her. Weitere Informationen findest Du unter "Auf die administrative Shell (SSH) zugreifen."

    $ ssh -p 122 admin@HOSTNAME
  2. Restart the services for Git authentication and the HTTP server.

    Warning: Running the following command will result in a few minutes of user-facing downtime for GitHub Enterprise Server. Run the command with care.

    sudo systemctl restart github-gitauth github-unicorn
    
  3. After GitHub Enterprise Server returns you to a prompt, try accessing GitHub Enterprise Server via the command line or web UI again.