카페24 웹호스팅 git 라이믹스 설치 시 오류..
CMS/프레임워크 | Rhymix 2.0 |
---|---|
개발 언어 | PHP 7.3 |
https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/install.md
해당 페이지에 설명 중인대로 ssh 접속하여 설치 하려고 하는데
git clone https://github.com/rhymix/rhymix.git 입력 하면
warning: templates not found /usr/share/git-core/templates
fatal: Unable to find remote helper for 'https'
위의 오류가 나오네요 호스팅 서버 문제 일까요?
즐거운 추석 보내세요 ^^!

해태맛동산
Lv. 3
댓글 6
제가 알기론 이제 일반 웹호스팅에 깃을 허용하지 않는다 이런 느낌이던것 같던데 우선은 저기 서버에서는 깃을 사용이 안되더군요.. 호스팅쪽에 한번 문의 넣어보세요.
문의 한번 남겨보겠습니다!
"신규 신청 후 카페24 문의게시판으로 memory_limit 설정을 256MB 로 해달라고 요청" 하라고 나와 있네요.
https://help.cafe24.com/cs/cs_faq_view.php?idx=2592&page=1&mode=search&s_value=git&faq_list=36&categoryIdx=36&select_os=&contentNum=2
카페24가 git 설정을 좀 이상하게 해둬서 https로는 clone이 안됩니다.
ssh-keygen은 아마 지원될텐데 개인키 공개키 페어 만드신뒤 github 계정에 등록하셔서 ssh 방식으로 clone하셔야 할겁니다.(라이믹스의 경우 git@github.com:rhymix/rhymix.git 형태)