Step 1.
Command Palette를 열어 teminal을 검색하여 'Terminal: Create New Terminal'을 선택합니다.
Open the Command Palette and search for 'terminal', then select 'Terminal: Create New Terminal'.
Step 2.
Terminal을 선택하면 다음과 같은 화면을 확인할 수 있습니다.
After selecting Terminal, you can see the following screen.
Step 3.
'git config --global user.name "NAME"'을 입력하고 엔터를 눌러 실행하세요.
Enter 'git config --global user.name "NAME"' and press Enter to execute.
Step 4.
'git config --global user.email "EMAIL"'을 입력하고 엔터를 눌러 실행하세요.
Enter 'git config --global user.email "EMAIL"' and press Enter to execute.
Step 5.
'git config --list"을 입력하고 엔터를 눌러 실행하면 다음과 같은 화면에서 입력한 이름과 메일을 확인하실 수 있습니다.
한 번 하고 난 다음에 다시 이 페이지로 돌아오지 않아도 됩니다.
If you enter 'git config --list' and press Enter to execute, you can check the name and email you entered on the following screen.
You don't have to return to this page after doing it once.
Tip. Sign in
언젠가 오른쪽 그림과 같은 화면이 나온다면 'Sign in with your browser'을 클릭하여 GitHub에서 로그인을 진행하세요.
If you see a screen like the one on the right, please click 'Sign in with your browser' to proceed with logging into GitHub.