
githubプロジェクト/リポジトリを自分の名前で作成し、組織の一部にすることは可能ですか?たとえば、自分のプロジェクトを組織でホストすると、名前が付けられます。https://github.com/ORGANIZATION-XYZ自分のプロフィールでホストすると、名前が付けられますhttps://github.com/コング
どうすればいいですか?フォーク?
答え1
名前が主な懸念事項である場合は、「Kong」アカウントを組織に変換できます。ただし、いくつか注意点があります。
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.
これは、「設定」->「組織」->「アカウントの変換」で実行できます。https://help.github.com/ja/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization(ユーザーを組織に変換する)