저장소안으로이동후 git config --local로 해당 저장소 안에 설정 저장
$ cd <my_local_repo>
$ git config --local user.name <your name>
$ git config --local user.email <your email>
git commit --amend --author="yourname <youremail>" 혹은 git config 설정 후 git commit --amend --reset-author로 commit 수정git remote 주소 확인 방법 git remote -v
https 인증 시에 git push 명령어 실행 시 ID/PASSWORD 입력을 요구하지 않을 경우 확인 (Windows)
자격 증명 관리자 검색하여 프로그램 열기일반 자격 증명 항목에서 GitHub 관련 자격증명 삭제 후 재시도영문, GitHub 공식문서
국문, 블로그
