fatal: unable to look up current user in the passwd file: no such user


If you get this error 'fatal: unable to look up current user in the passwd file: no such user' when run git command in a pod on OpenShift. Then try to to set up two environment variables as below. This worked for me. The reason could be that on OpenShift, the users are not in … Continue reading fatal: unable to look up current user in the passwd file: no such user

Error response from daemon: Get https://index.docker.io/v1/…: x509: certificate signed by unknown authority


Error response from daemon: Get https://index.docker.io/v1/...: x509: certificate signed by unknown authority You have probably seen similar errors as above when trying to access dockerhub registry behind a corp proxy. I have the same issue here. And I think the issue may be caused by two reasons: 1) index.docker.io now is redirected to registry.hub.docker.com 2) Your … Continue reading Error response from daemon: Get https://index.docker.io/v1/…: x509: certificate signed by unknown authority