Dev metacog/Common
git config 로 github에 다시 업로드
잘 배우고, 잘 익히기
2021. 4. 19. 19:50
문제) 컴퓨터를 새로 포맷을 한 후에 git업로드에 실패
해결)
1) git config를 새롭게 수행
아래의 명령어를 이용해서
전역 사용자명/이메일 구성하기
git config - -global user.name “Your name”
git config - -global user.email “Your email address
2) vscode에서
ㅇ commit 한 후에
ㅇ sync
3) github에서 확인