前提・実現したいこと
ドットインストールの「【旧版】ローカル開発環境の構築 [Windows版] (全10回)」に沿って、Windowsでローカル開発環境(CentOS6.7)を構築したいのですが、
アーカイブされているレッスンのため、質問ができず困っています。
VirtualBox, Vagrant, PuTTYは導入済みで、この後、ドットインストールが用意したGitHub上のスクリプトをダウンロードすることで、PHP, Ruby, SQLなどをインストールする流れなのですが、
git cloneが上手くいかず、先に進めません。
発生している問題・エラーメッセージ
Cloning into 'centos65'... * Couldn't find host github.com in the .netrc file; using defaults * About to connect() to github.com port 443 (#0) * Trying 52.192.72.89... * Connected to github.com (52.192.72.89) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * NSS error -12190 * Expire cleared * Closing connection #0 fatal: unable to access 'https://github.com/dotinstallres/centos65.git/': SSL connect error
試したこと
git, yum, nssのバージョンを最新にしてみましたが、状況は変わりませんでした。
curl は更新しましたか?
https://qiita.com/bass_ikeda/items/e52aec2d6a4eac8397da
でも、CentOS 6 はすでにサポート期限切れなので、新しい OS を使った方がいい気がします…。
あなたの回答
tips
プレビュー