Ao efetuar o comando CLONE com o git, recebi a seguinte mensagem:
# git clone https://github.com/zzz/xxx Cloning into 'xxx'... fatal: unable to access 'https://github.com/xxx/zzz/': SSL certificate problem: unable to get local issuer certificate
solução simples:
git config --global http.sslVerify false
@ pronto!