eclipse git 一个错误:the current branch is not configured for pull No value for key branch.xxx.merge found in configuration : 这是由于 在用gui创建分支的时候 config文件没有创建branch 在config文件加上 [branch "xxx"] remote = origin merge = refs/heads/xxx 您可以…
最近在做Docker相关的东西,发现只要一pull镜像,就出现如下的ERROR x509: certificate signed by unknown authority. 调查后发现,是公司IT把https证书换成了公司的证书(目的大家自己猜). 解决思路:把替换后的证书直接用openssl拉下来,然后加入到系统(我是Ubuntu)系统证书中,然后使用update-ca-certificates更新,最后重启docker服务,成功!! 方式1: >/dev/null | sed -ne '/-…
ubuntu chrome 打开自签名的证书的服务器的https时,提示 Your connection is not private. 错误代码:NET::ERR_CERT_AUTHORITY_INVALID. 为解决这个问题根据具体情况分下面两种方法时行处理: 1.若访问的是本机 localhost 的,设置谷歌浏览器自动接受 自签名的本机服务器证书 在chrome中输入 (Simply paste this in your chrome): chrome://flags/#allow-in…