설치2 Github 관리하기 1. Git 설치하기 다운로드 Site : https://git-scm.com/downloads 2. 실행하기 1. 사용자 계정(ID) 생성 git config --global user.name "사용자ID" 2. 사용자 email 생성 git config --global user.email "이메일" 예 : git config --global user.email iseohyun@hanmail.net git config --global user.name iseohyun git config --list 3. 인증서 만들기 (1) 폴더 만들기 (2) 인증서 만들기 ssh-keygen -f "파일명" 예 : ssh-keygen -f guest 4. 인증서 등록하기 (1) Git hub 회원가입하기 https:.. 공통 2022. 1. 17. Visual Studio 2022 사용법 Visual Studio 도구 -> 설정 -> 설정 가져오기 및 내보내기 마법사 >> 선택한 환경 설정 내보내기 > 모든설정 > 옵션 > 환경 > 키보드 eclipse File -> Export -> General -> Preferences Export all 해제 -> Keys Preferences -> To preference file Source Insight Option -> Save Configuration -> Keys C 2022. 1. 7. 이전 1 다음