반응형
커밋할 폴더로 들어가서 git bash를 실행시킨 뒤 깃허브와 동일한 계정정보로 git config를 재설정해줘야한다.
git config --global user.name "myname"
git config --global user.email "myemail@gmail.com"
이렇게 해준 뒤, Commit, Push해주면 Git hub contribution, 잔디심기가 진행된다.
깃허브 잔디, Git contribution, Git hub, 깃허브 푸쉬, 깃허브 푸시, 깃허브 커밋
반응형
'● IDE, System > Git' 카테고리의 다른 글
[깃허브 에러] fatal: adding files failed (0) | 2021.05.26 |
---|---|
[깃허브 에러] Please move or remove them before you merge. (31) | 2021.05.26 |
[Git] [rejected] master -> master 오류 해결 (0) | 2021.02.27 |
[Git] fatal: refusing to merge unrelated histories 해결 (0) | 2021.02.27 |
[Git 에러] fatal: couldn't find remote ref master 해결 (1) | 2021.02.27 |