게시글
(6)githook 실행 오류 (not set as executable)2022년 05월 20일 19시 59분
githook 을 처음에 설정하다보면 다음과 같은 메시지를 볼 경우가 있다. it's not set as executable.
#GIT
Git오류 -> remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.2021년 08월 14일 22시 47분
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 이 오류는 도대체 또 뭐야..
#GIT
Git Fork 해서 작업해보기2021년 08월 10일 22시 02분
오픈소스에 기여하기 위해서라던지, Github Organization에 들어가서 개발을 진행하다보면
해당 작업물을 내 저장소로 가져와서 작업을 한 후에 원 저장소에 내 코드가 추가되고 싶다 라는 생각이 들 때가 있을 것이다.
#GIT
Git 에 잘못올린 .idea 파일 등 지우기2021년 08월 06일 23시 21분
개발을 하다보면 Git에 레포지토리/프로젝트를 올릴 때 실수로 .idea 파일 등 및 올라가면 안되는 파일을 올리는 경우가 더러 있다.
#GIT
xcrun: error: invalid active developer path 에러해결2021년 02월 07일 15시 43분
Mac 을 사용하면서 업데이트를 하다보면 왕왕 git 명령어가 먹통이 될 때가 있다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
#GIT