More than 1 year has passed since last update.
例
Github上では同じアカウントのはずだけど、別アカウントとして認識されているかのように見える。

解決
gitconfig の email 設定が間違っていた。
email を Githubアカウントと同じものに揃えたところ、以後のコミットでは正しくプロフィール画像が反映されるようになった。
~/.gitconfig
[user]
- email = typo.monster@gmail.com
+ email = correct.human@gmail.com
コマンドでやる場合
グローバル設定を変える
git config --global user.email correct.human@gmail.com
ローカル設定 (カレントのレポジトリの設定) だけを変える
git config --local user.email correct.human@gmail.com
参考

Ruby on Rails 業務経験 約5年 / Perl PHP Python Golang Linux Apache MySQL BigQuery Jenkins ansible AWS など / いなうらゆうま / YumaInaura / 稲浦悠馬
http://twitter.com/yumainauraWhy not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin