Jessi :D

Git

Git

Git - 연동 오류 설정

Make sure you configure your 'user.name' and 'user.email' in git Git 설치 후 사용자 이름과 이메일 연동 해주어야 함 git config --global user.name "이름" git config --global user.email "이메일" 프로젝트마다 다른 이름,이메일 사용하려면 --global 빼고 등록 https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git Setting your username in Git - GitHub Docs Git uses a username to associate commits with an identit..

GitLab - Permission denied

깃 퍼미션 거부 Permission denied (publickey). git@gitlab.com: Permission denied (publickey). fatal: 리모트 저장소에서 읽을 수 없습니다 올바른 접근 권한이 있는지, 그리고 저장소가 있는지 확인하십시오. SSH Key 생성 // 본인의 깃, 깃랩 계정 ssh-keygen -t rsa -C "계정" 엔터 치고, 비밀번호 설정 2번 입력 하면 키가 생성됨 대략 이런모습 ssh-key 확인 명령어 입력 // ssh-key 확인 cat ~/.ssh/id_rsa.pub 대략 이런모습임 key 복사 (절대 노출되면 안됨) 키 붙여넣기 GitLab 설정에 복사한 키를 넣어줌. title은 아무거나 넣어도 됨.

Git Bash - fatal: protocol 'https' is not supported 에러

에러 Git Bash에서 fatal: protocol 'https' is not supported 에러가 날 때 방법 '인터넷에서 복사한 텍스트는 콘솔에 바로 붙여 넣기하면 안된다' 라는것 ;;; 보이지 않는 문자가 포함되어 있다나.. 메모장에 한번 붙여넣기 하고 다시 복사해오니 정상 실행 되더라,, --''