문제) 컴퓨터를 새로 포맷을 한 후에 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에서 확인
'Dev metacog > Common' 카테고리의 다른 글
SW 패키지 배포 전략 (0) | 2021.04.14 |
---|---|
vscode로 python 코딩 시작하기 (0) | 2021.04.11 |
프로그램 용어 (0) | 2021.04.11 |
Deployment 전략 (0) | 2021.03.26 |
Package manager for Windows (0) | 2021.02.19 |