git contribution
git commit을 올려도 contribution에 체크가 제대로 안되는 문제가 발생
해결 방안
vi .git/config
에 들어가서 보이는 user의 email이
[user]
name = dddwsd
email = [email protected]
github -> settings -> emails 에 보이는 primary email과 일치하는지 확인.
일치하지 않았기에 config의 email을 수정.
이후 테스트 commit 올렸더니
적용된다.
Author And Source
이 문제에 관하여(git contribution), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@dddwsd/git-contribution저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)