본문 바로가기

Joyful 디버깅

(13)
[Git] 소스트리 fatal : Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 에러 해결 방법 평화롭게 코딩을 시작하던 어느 날 또다시 마주친 에러 화면... fatal : Could not read from remote repository Please make sure you have the correct access rights and the repository exists. 갑자기 저장소를 읽을 수 없다며 저장소가 존재하고 있는지 확인해달라고 한다 에러의 원인 불현듯 스쳐 지나가는 지난날의 나의 소스트리 에러 joyful-development.tistory.com/5 [Git] 소스트리 permission denied 에러(Invalid username or password 와 permission denied,fatal: unable to access,The reque 멀쩡하게 소스트리를 잘..
[React] React 리액트 Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state. 에러 해결 const logOutButtonClickHandler = () => { localStorage.removeItem('jwt'); localStorage.removeItem('registerState'); location.reload(); }; react_devtools_backend.js:2273 Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state. → 로그아웃 이후 로그인 화면으로 돌아왔을 때 위와 같은 오류가 발생했다. 처음엔 화면이 전부 렌더되지 않았을 때 사용자가 시작하기 버튼 클릭 시 위와같..
[Git] 소스트리 git permission denied 에러(permission denied,fatal: unable to access,The requested URL returned error:403) 해결방법 - ssh생성과 깃헙, 소스트리에 ssh 등록하기 멀쩡하게 소스트리를 잘 사용하고 있었다. 가끔씩 push를 하려고 하면 다시 로그인을 하라고 할 때가 종종 있었지만 아이디와 비밀번호를 입력해 로그인하면 끝나는 일이었다. 그런데... 오늘은 이상하게도.. 아이디 비밀번호를 제대로 입력해도.. remote: Invalid username or password. 위와 같은 에러가 나며 로그인이 되지 않았다. 내가 비밀번호를 잘못 입력했나? 싶어서 비밀번호를 변경하고 다시 로그인을 해보고, 소스트리 상단 탭 중 도구 → 옵션 → 인증으로 가서 계정 정보를 수정하기 방법을 시도했다가 그래도 해결이 되지 않자 인증된 계정을 삭제해버린 뒤 다시 재인증을 하게 된다... → 따라 하지 마세요 ^^ 새롭게 인증한 계정으로 로그인 문제는 해결되었지만 dev 브랜치에 p..

728x90
반응형