전체 글130 [Git] git push시 발생하는 에러(확인 후 SSH키 생성하기) SSH키를 사용중 id_rsa키의 백업을 안하고 포맷을 해버렸다고 가정을 해보자 git add, git commit까지는 잘 된다 하지만, git push에서 에러를 발생하는데... 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. 해석해보면, git@github.com: 권한 거부(공용 키). 치명적: 원격 저장소에서 읽을 수 없고 올바른 액세스 권한이 있고 저장소가 있는지 확인하라는 내용이다. 구글링을 해보자 Permission denied (pu.. 2020. 12. 14. [Python] 파이참, 파이썬 설치하기 1. 파이참 다운로드 Download PyCharm: Python IDE for Professional Developers by JetBrains Download the latest version of PyCharm for Windows, macOS or Linux. www.jetbrains.com 2. 설치 중 Installation Options는 Create Associations 체크하고 Next~~ 3. Python 다운로드(3.5버전 이상을 선택) Download Python The official home of the Python Programming Language www.python.org 4. 설치 중 Windows는 Add Python 3.x to PATH에 체크하고 Install N.. 2020. 12. 14. 개발자도구 콘솔에서 크롬 확장 프로그램 에러 에러 메시지가 자꾸 뜨길래 뭔가 자세히 봤더니 크롬 확장 프로그램 관련 에러로 보였다 Error handling response: TypeError: Cannot read property 'always' of undefined at chrome-extension://cnfngpgfjllafbghaimjcmailafcdhod/releaseDrag.js:90:49 내가 설치한 크롬 확장 프로그램에서 Drag-Free 때문에 발생되는 오류로 Drag-Free를 삭제하거나 사용안함으로 설정을 변경해보았다 다시 실행해보니 위의 에러 메시지가 안보이는 걸 확인할 수 있다 끝. 2020. 12. 11. [React] immutable Failed to compile 개발서버 구동시... Failed to compile. ./node_modules/immutable/contrib/cursor/index.js SyntaxError: ...\node_modules\immutable\contrib\cursor\index.js: Unexpected token (25:0) 23 | '\n' + 24 | 'https://github.com/redbadger/immutable-cursor\n' + > 25 | ); | ^ 26 | 27 | /** 28 | * Cursor is expected to be required in a node or other CommonJS context: 해당 에러가 발생할 경우, 실수로 IDE의 자동완성 기능으로 import { from } from.. 2020. 11. 18. [Intellij] 유용한 단축키 정리중... 인텔리제이에서 유용한 단축키를 생각날 때마다 추가해보려고 한다 단축키 설명 Mac > control + g Window > alt + j 영역 선택 후 단축키 사용시, 선택한 영역의 하단으로 동일한 단어가 선택됨 Mac > control + G Window > alt + J 영역 선택 후 단축키 사용시, 선택한 영역의 상단으로 동일한 단어가 선택됨 2020. 8. 29. 이전 1 ··· 7 8 9 10 11 12 13 ··· 26 다음