을 열 수 없습니다하지만 오류와 함께 제공 :지킬 종속성 오류를 제공 - 내가 <code>bundle exec jekyll serve</code>를 실행하려고 'LIB 컬'
Dependency Error: Yikes! It looks like you don't have jekyll-remote-theme or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'Could not open library 'libcurl': The specified module could not be found. . Could not open library 'libcurl.dll': The specified module could not be found. . Could not open library 'libcurl.so.4': The specified module could not be found. . Could not open library 'libcurl.so.4.dll': The specified module could not be found. ' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/! jekyll 3.6.2 | Error: jekyll-remote-theme
그래서 나는 컬을 설치 한 경우 확인 :
$ curl --version curl 7.50.1 (x86_64-w64-mingw32) libcurl/7.50.1 OpenSSL/1.0.2h zlib/1.2.8 libidn/1.33 libssh2/1.7.0 nghttp2/1.13.0 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp Features: IDN IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL libz TLS-SRP HTTP2 Metalink
비슷한 질문을 검색했지만 해결책이 내 문제와 관련이없는 것 같습니다. 저는 Jekyll과 Ruby를 처음 사용하기 때문에 오프라인에서 Github Pages를 볼 수 있기를 원했습니다.
Windows 7 64 비트를 사용하고 있습니다. 모든 제안을 부탁드립니다!
github 페이지 보석 중 v171은 jekyll-remote-theme를 종속 항목으로 추가했습니다. https://github.com/github/pages-gem/issues/509 – Johannes
오류는 jekyll-remote-theme 저장소의 17 번 문제입니다 : https://github.com/benbalter/ jekyll-remote-theme/issues/17 – koppor