https://lxadm.com/Git_clone:_Problem_with_the_SSL_CA_cert
問題:
If you're getting the following error when cloning a git repository:
$ git clone https://gitlab.com/mailman/mailman-bundler.git Cloning into 'mailman-bundler'... fatal: unable to access 'https://gitlab.com/mailman/mailman-bundler.git/': Problem with the SSL CA cert (path? access rights?)
解決:
You may be missing ca-certificates package on your system (which was probably newly installed).
To fix (on Ubuntu or Debian systems):
# apt-get install ca-certificates
没有评论:
发表评论