728x90
git commit -m "initial commit"
위 명령어를 치면
인증정보를 요청하는 메시지가 나타난다.
*** Please tell me who you are
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
인증정보를 입력하고 git push 명령 전에 commit을 수행하면 원격저장소에 소스가 저장된다.
git commit -m "initial commit"
반응형
'IT Tech > Tip' 카테고리의 다른 글
vi editor 사용법 (0) | 2022.03.03 |
---|---|
Markdown Editor : Typora, dillinger Editor, StackEditor (0) | 2022.03.02 |
[오류] WSL Daemon exited with code 0. (0) | 2022.01.05 |
eclipse 소스코드 자동정렬 (0) | 2021.12.27 |
windows 특정한 포트 사용 프로세스 확인방법 (0) | 2021.12.20 |