STUDY/CODING (9) 썸네일형 리스트형 [GSIT-POSTECH-DSC107] 웹 프로그래밍 기초 1 [Day 1] Ⅰ. 웹 프로그래밍 시작하기 1. 개발환경 설정 - Visual Studio Code(이하 VS Code) 설치 - Git 설치 - GitHub 가입 및 로그인 New Repository 생성 - VS Code와 GitHub 저장소 연결 1. 터미널을 실행 (Windows-Git Bash/Mac,Linux-Terminal) 2. git config 명령으로 사용자 이름과 이메일 설정 (설정방법은 하기의 코드블럭 참고) git config --global user.name "your name" git config --global user.email "username@example.com" your name에 GitHub user name, username@example.com에는 GitHub.. 이전 1 2 다음