メモ: コミットが別のユーザにリンクされている場合でも、そのユーザがあなたのリポジトリにアクセスできるわけではありません。 コラボレーターとして追加した場合、またはリポジトリにアクセスできる Team に追加した場合にのみ、ユーザはあなたが所有するリポジトリにアクセスできます。
コミットは別のユーザにリンクされています
If your commits are linked to another user, that means the email address in your local Git configuration settings is connected to that user's account on GitHub Enterprise Server. In this case, you can change the email in your local Git configuration settings and add the new email address to your GitHub Enterprise Server account to link future commits to your account.
- To change the email address in your local Git configuration, follow the steps in "Setting your commit email address". 複数のマシンで作業している場合は、各マシンでこの設定を変更する必要があります。
- Add the email address from step 2 to your account settings by following the steps in "Adding an email address to your GitHub account".
これ以降のコミットは、あなたのアカウントにリンクされます。
コミットはどのユーザにもリンクされていません
コミットがどのユーザにもリンクされていない場合、コミット作者の名前はユーザプロファイルへのリンクとして表示されません。
これらのコミットに使用されたメールアドレスを確認し、コミットをアカウントに接続するには、次の手順に従います:
- コミットメッセージリンクをクリックしてコミットに移動します。
- コミットがリンクされていない理由に関するメッセージを読むには、ユーザ名の右側にある青い の上にカーソルを合わせます。
- Unrecognized author (with email address) If you see this message with an email address, the address you used to author the commit is not connected to your account on GitHub Enterprise Server. To link your commits, add the email address to your GitHub email settings. If the email address has a Gravatar associated with it, the Gravatar will be displayed next to the commit, rather than the default gray Octocat.
- Unrecognized author (no email address) If you see this message without an email address, you used a generic email address that can't be connected to your account on GitHub Enterprise Server. You will need to set your commit email address in Git, then add the new address to your GitHub email settings to link your future commits. Old commits will not be linked.
- Invalid email The email address in your local Git configuration settings is either blank or not formatted as an email address. You will need to set your commit email address in Git, then add the new address to your GitHub email settings to link your future commits. Old commits will not be linked.
ローカル Git 設定に一般的なメールアドレス、または他のユーザのアカウントにすでに添付されているメールアドレスが含まれている場合、以前のコミットはアカウントにリンクされません。 Git では以前のコミットに使用したメールアドレスを変更することができますが、特に共有リポジトリではこれを推奨しません。
参考リンク
- "コミットの検索"