본문 바로가기
PROGRAMMING CODE

[Git] 깃허브 오류 모음 _ 계속 추가 예정

by daye_ 2022. 5. 4.

1. zsh : no matches found 

 

맥 zsh : no matches found 오류 때려잡기 | mac vs code 파이썬 실행 오류

스타트코딩은 올해 6~8월 패스트캠퍼스에서 파이썬 문법 강의를 촬영했다. 아래는 나의 파이썬 문법 강의가 있는 파이썬 웹개발 초격차 패키지 한 번에 끝내는 파이썬 웹 개발 초격차 패키지 Onli

startcoding0.tistory.com

 

 

 

2. git permission denied (publickey) : git

 

git permission denied (publickey) : git 명령어 에러 해결방법

git permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists 문제 git clone, git pull 등 PC에서..

maliceit.tistory.com

 

GitHub 접속 용 SSH 키 만드는 방법

GitHub의 저장소를 사용할 때 HTTPS과 SSH 프로토콜을 사용할 수 있습니다. SSH 프로토콜은 공개키 방식으로 안전하게 정보를 교환할 수 있습니다. 이번 글에서는 공개키를 만드는 방법부터, GitHub에

www.lainyzine.com

두 개 같이 보는게 좋음 !

 

* 맥에서는 숨겨진 폴더로 지정되어있어서 공개키 파일이 터미널에 검색해도 안나올 때가 있는데, 

파인더 열어서 /. ssh 파일이 들어있는(대개 사용자 파일)곳에서 command+shift+.을 눌러주면 나온다. 

 

 

 

 

3.  "fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists."

 

[Git/오류해결] "fatal: Could not read from remote repository. Please make sure you have the correct access rights and the re

❗ 에러 상황 - branch 이동 시도 중 원격 저장소 내 branch 정보를 제대로 읽어오지 못하는 상황 발생 - push, pull, merge 등 원격 저장소와 통신할 때 언제든 발생할 수 있는 에러 중 하나 📑 에러 메시

heytech.tistory.com

 

4. npm ERR! Missing script: "start"

터미널 경로가 src의 상위 폴더인지 확인하기!

아니라면 src의 상위폴더 우클릭 -> Open in Integrated Terminal 후 npm start

 

 

5. export 'default' (imported as '...') was not found in ...

 

[ Vue Error ] export 'default' (imported as '...') was not found in ...

export 'default' (imported as 'router') was not found in './route/router' 개인 프로젝트 수정하려고 오랜만에 npm run serve  입력했을 뿐인데 warning이 떠버렸다. 왜 그때 안잡고 그냥뒀지 ..... 🤥 ( ?..

im-designloper.tistory.com

 

 

6. Module not found: Can't resolve './date.js'

1.  '~~' 작은 따옴표 안에 해당되는 부분 npm install ~~ 하면 대부분 해결, 아니면 npm ~~설치 검색

모듈이 설치가 안되서 그럴수도 있음. 

2.  경로 확인

3.  경로 이름 확인