etckeeperで/etcをgit管理

/etcをGit管理出来るetckeeperは以前か知っていたのだが、放置したままだったので、今更導入してみた。 Contents 1 インストール 1.1 Redha [Read More]

gitでのSSLエラー回避

SSL環境をセットアップしていないと、gitでSSLのエラーが出るので、これを無視。 error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/ .….. $ git config --global https.sslVerify [Read More]
git