오류관리 77

Clone failed - RPC failed

오류 error: RPC failed; curl 18 transfer closed with outstanding read data remaining bitbucket에서 clone 받으려고하는데 안됨 원인 코드의 양이 너무 많음, static file들이 많은 프로젝트였음 네트워크가 느려도 발생할 수 있다고함. 해결 cd [저장소폴더명] git clone [저장소url] --depth 1 git fetch --unshallow // 분할해서 가져오는 명령어 git fetch --unshallow가 안되는 경우, git fetch --depth 10 git fetch --depth 50 git fetch --depth 100 이런식으로 depth를 늘려가면서 패치를 받는다. (아래 이미지와 같이 받을 것이..

오류관리 2021.01.20

Eclipse STS - web project 인식 안될때

https://zelkun.tistory.com/148 Eclipse Server Project Facets 이클립스 프로젝트 Server 설정안될 때 부제: 이클립스 - 웹프로젝트, 웹서버에 안올라올때 외부에서 받은 웹 프로젝트를 Eclipse에 추가하거나 SVN에서 받았을 경우 Tomcat에 Server에 추가해서 서버를 실행하려면 안될때가 있습니다 일단 Tomcat 서버.. zelkun.tistory.com https://halfmoon9.tistory.com/52 이클립스에 Dynamic Web Project 없을 때 해결법 이클립스에서 웹을 하려하는데 New -> Project에서 아무리 찾아봐도 Web이 없다 알고보니 따로 설치를 해야만 보인다는 것! 1. 일단 이클립스로 이동해서 Help 메..

오류관리 2019.11.22
반응형