일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 숫자게임만들기
- 요일구하는공식
- darkmode
- 메뉴
- fade-in
- 파비콘 #파비콘만들기 #포토샵파비콘
- 요일구하기
- 프로그래머스
- 오류
- 티스토리 #폰트변경 #꾸미기
- 음악검색기능 #음악찾기기능 #음악찾기 #음악검색 #네이버음악검색 #다음음악검색 #멜론음악검색
- React
- 좌우슬라이드
- 자바스크립트
- hover효과
- 슬라이드다운
- 네트워크 #5G안터질때 #4G로바꾸는법 #5G를4G로 #5G를LTE로 #갤럭시5G변경
- 리액트
- todolist
- fadeint
- array #object #lodash #javascript
- GIT
- 문자열다루기
- list추가하기
- ThemeProvider
- 자바스크립트 #메뉴만들기
- 윈도우10캡쳐 #윈도우10캡처 #윈도우10스크린샷 #캡쳐하기 #캡처하기 #스크린샷찍기 #캡쳐지연 #스크린샷지연
- 동영상다운 #영상다운 #크롬웹스토어 #드래그되지않는 #클릭되지않는 #동영상
- 카카오톡알림설정 #카톡알림설정
- 가장작은자연수
- Today
- Total
목록GIT (3)
잿꽃's posting Garden
GIT 설치 window https://git-scm.com/ Git git-scm.com mac command + space에서 termial 검색하여 터미널.app 선택 또는 https://git-scm.com/ Git git-scm.com git --version 입력하면 설치화면 뜬다. GIT 초기 셋팅(한 번만 하면 됨) 버전관리 선언 git init 셋팅작업 window git config --global core.autocrlf true mac git config --global core.autocrlf input 사용자 정보 입력 git config --global user.name 'yourName' git config --global user.email 'yourEmail' 사용자 정보..

내가 보려고 만드는 오류 리스트 Module not found : can't resolve 파일 in 경로 리액트 복습하다가 yarn start를 했는데 오류가 나왔다. 저한테 왜 이러세요 정말... 검색을 해보니 node-module, package-lock.json을 제거 후 yarn install npm install 을 하면 해결이 된다고 했지만 난 안되었다. 여러 가지 찾아보았지만 안 되는 것을 보고 파일 내에 문제가 있겠다 싶었다. './Layout'을 자세히 확인해보니 이 녀석만 경로 하나가 빠져있었다.(왜 빠져있었지....???) 스택오버플로우에서 댓글을 보니 몇몇분이 경로를 확인하라는 댓글이 있어서 확인해보니 바로 발견ㅠㅠ.... https://stackoverflow.com/questi..

내가 보려고 만드는 git 오류 리스트 Git 오류 : failed to push some refs to '',Updates were rejected because the remote contains work that you do ! [rejected] main -> main (fetch first) error: failed to push some refs to 'https://github.com/ssoa1111/portfolio.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing ..