초기 git 설치 후 commit시 에러가 나서 안되는 경우 초기설정이 안되었을 가능성이 있음 **해결방법 1)깃 설치시 사용자 이름과 이메일주소를 설정해야함 git config --global user.name "kim xx xx" git config --global user.email nexxxx@dlsls.com 아래는 참고하면 좋은 사이트 참고url - https://git-scm.com/book/ko/v1/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%B5%9C%EC%B4%88-%EC%84%A4%EC%A0%95 Git - Git 최초 설정 .5 시작하기 - Git 최초 설정 Git 최초 설정 Git을 설치하고 나면 Git의 사용 환경을 적절하게 설정해 주어야 한..
warning 내용은 permanently added 'github.com112.112.222.333' (RSA) to the list of known hosts. git@github.com : permission denied (publickey) fatal : could not read from remote repository please make sure you have the correct access rights and the repository exists. **해결방법 1)명령어 ssh-keygen로 키 생성을 합니다 1-1)ssh-keygen 1-2)파일위치확인→엔터 1-3)passPharase(일종의 비번) 입력 1-4)id_rsa.pub 파일 메모장으로 열기, 복사 2)아래 위치나, 어딘..