Home

[IntelliJ Error] Unable to parse template Class, mapped to not java file type 'Auto-detect file type by content'

When i program on IntelliJ, I saw the error like under. I want to see ‘Article.java’ to java file, but i just can see on this file text type. This is a matter. Cannot Create Class Unable to parse template "Class" Error message: Selected class file name 'ArticleForm.java' mapped to not java file type 'Auto-detect file type by content' I f...

Read more

[Git Error] Mac 에서 Repository not found fatal: repository 'https://github.com/user/project.git/' not found

user@user % git push origin master (...) remote: Repository not found. fatal: repository 'https://github.com/user/project.git/' not found MAC 에서 터미널에서 Git push를 시도 중, 어느 날 잘 되던 Git push가 제대로 동작하지 않았습니다. 갑자기 오류를 한동안 찾다가 원인을 찾아 공유드리게 되었습니다. Mac 에서는 깃허브를 연동할 때 현재는 token(토큰)을 필수적으로 사용해야 됩니다. 지속적으로 문제 원인을 찾다가 저는 token 기간이 만료되어 발생하는 문제인 것을 확인했습니다...

Read more

[Docusaurus Error] Running git push command failed. Does the GitHub user account you are using have push access to the repository?

user@user % GIT_USER=[USERNAME] yarn deploy yarn run v1.22.17 $ docusaurus deploy [WARNING] When deploying to GitHub Pages, it is better to use an explicit "trailingSlash" site config. Otherwise, GitHub Pages will add an extra trailing slash to your site urls only on direct-access (not when navigation) with a server redirect. This behavior can ...

Read more

[Error Solve] remote-htts/htps is not a git command?

user@user % git push origin main git: 'remote-htts' is not a git command. See 'git --help'. The most similar command is remote-https What is ‘remote-htts’ is not a git command or ‘htps’? You can see this error when you using git. This issue made by wrong remote origin url. When i confirm my remote origin, i found that this issue caused by my...

Read more

[Error Solve] export 'Switch' is not exported from 'react-router-dom' 문제 해결하기

1. 문제 React 를 이용하여 어플리케이션 제작을 하던 도중 아래와 같은 에러를 만났습니다. Compiled with problems:X ERROR in ./src/components/Router.js 10:35-41 export 'Switch' (imported as 'Switch') was not found in 'react-router-dom' (possible exports: BrowserRouter, HashRouter, Link, MemoryRouter, NavLink, Navigate, Outlet, Route, Router, Routes, UNSAFE_LocationContext, UNSA...

Read more

시놀로지 나스(synology Nas) 사용 중 제어판 설정이 보이지 않을 때

시놀로지 나스(synology Nas) 사용 중 제어판 설정이 보이지 않을 때, 어떻게 해결해야 할까요? 나스를 사용하다가 옵션을 변경하거나 필요한 프로그램의 설정이 필요할 때가 있습니다. 이럴 때, 간혹 원하는 메뉴가 뜨지 않고 제어판 설정이 보이지 않을 때가 있습니다. 정상적으로 관리 도구에 접근하여 폴더랑 파일이 보이는 윈도우 화면은 보이는데, 세팅이 보이지 않을 수 있습니다. 저의 경우 해결하기 위해서는 권한이 있는 계정으로 로그인했습니다. 권한이 없는 계정의 경우 옵션이 가려저서 제대로 원하는 처리를 할 수 없습니다. 권한이 있는 계정으로 로그인해야만 확인 가능합니다. 관리자 권한으로 접속하면 옵션들이 ...

Read more

회사 컴퓨터나 집이 아닌 외부 환경에서 yarn 사용 시 에러 발생 문제

회사 컴퓨터나 집이 아닌 외부 환경에서 yarn 사용 시 에러 발생 문제를 겪었습니다(pip, npm 도 동일하게 발생하더라구요) npm 해결 방법은 클릭해서 참고하실 수 있습니다! C:\Users\Administrator\programming>yarn global add create-react-app yarn global v1.22.17 [1/4] Resolving packages... error An unexpected error occurred: "https://registry.yarnpkg.com/create-react-app: unable to verify the first certificate"....

Read more

회사 컴퓨터나 집이 아닌 외부 환경에서 npm 사용 시 에러 발생 문제

회사 컴퓨터나 집이 아닌 외부 환경에서 npm 사용 시 에러 발생 문제를 겪었습니다(pip도 동일하게 발생하더라구요). 새로비 님의 블로그의 글을 보면서 문제를 해결하게 되어 포스팅을 하게 되었습니다. 포스팅 감사합니다. C:\Users\Administrator\programming>npm install -g create-react-app npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! request to https://registry.npmjs.org/create-react...

Read more