etckeeperで/etcをgit管理
Posted on February 6, 2018
(Last modified on September 20, 2024)
/etcをGit管理出来るetckeeperは以前か知っていたのだが、放置したままだったので、今更導入してみた。 Contents 1 インストール 1.1 Redha
[Read More]gitのpushでGtk-WARNING **: cannot open display:と出た場合
Posted on April 11, 2013
(Last modified on January 1, 0001)
環境によって、git pushした場合に、下記のエラーが出る場合がある。 (gnome-ssh-askpass:28497): Gtk-WARNING **: cannot open display: コマンドラインで操作している場合に、GUIで起動しようとし
[Read More]gitでのSSLエラー回避
Posted on January 15, 2013
(Last modified on January 1, 0001)
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]