Wie hoste ich ein GitHub-Repository in einer Organisation, ohne meinen Namen zu verlieren?

Wie hoste ich ein GitHub-Repository in einer Organisation, ohne meinen Namen zu verlieren?

Ist es möglich, ein GitHub-Projekt/Repository unter meinem Namen zu haben und es gleichzeitig Teil einer Organisation zu machen? Wenn ich mein Projekt beispielsweise unter einer Organisation hoste, erhält es den Namenhttps://github.com/ORGANIZATION-XYZWenn ich es auf meinem eigenen Profil hosten würde, würde es den Namen bekommenhttps://github.com/Kong

Was kann ich tun? Gabel?

Antwort1

Sie können das „Kong“-Konto in eine Organisation umwandeln, wenn Ihnen vor allem der Name wichtig ist. Allerdings gibt es einige Einschränkungen:

Warning: Before converting a user into an organization, keep these points in mind:

    You will no longer be able to sign into the converted user account.
    You will no longer be able to create or modify gists owned by the converted user account.
    An organization cannot be converted back to a user.
    The SSH keys, OAuth tokens, job profile, reactions, and associated user information, will not be transferred to the organization. This is only true for the user account that's being converted, not any of the user account's collaborators.
    Any commits made with the converted user account will no longer be linked to that account. The commits themselves will remain intact.

Dies kann unter "Einstellungen" -> "Organisation" -> "Konto umwandeln" erfolgen, wie inhttps://help.github.com/en/github/einrichten-und-verwalten-ihres-github-benutzerkontos/einen-benutzer-in-eine-organisation-umwandeln

verwandte Informationen