Я хотел бы получить доступ к классной комнате GitHub для работы над проектами с другими.
Я разветвил репозиторий https://github.com/education/classroom и клонировал его в локальный репозиторий. Для начала мне нужно запустить в командной строке script/bootstrap
(чтобы получить требования). Однако у меня есть это сообщение об ошибке:
"It looks like you don't have rbenv installed"
Я попытался запустить команду:
rbenv-installer/bin/rbenv-installer
из Git Bash, и у меня есть это сообщение:
warning: gcc not found; using CC=cc
aborted: compiler not found: cc
Optional bash extension failed to build, but things will still work normally.
/c/Users/Helene/.rbenv/bin/rbenv: line 1: ../libexec/rbenv: No such file or directory
Тогда, если я запускаю:
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
У меня появляется это сообщение об ошибке:
curl: (60) SSL certificate problem: self signed certificate in certificate chain.
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it.
Как я могу это исправить?