2
respostas

Erro ao clonar

Apareceu essa mensagem. Cloning into 'repositorio'... fatal: unable to access 'https://github.com/jcfonsecagit/repositorio.git/': Fail ed to connect to github.com port 443: Timed out

2 respostas

vc digitou?

git clone https://github.com/jcfonsecagit/repositorio.git/

Tinha que configurar o proxy da empresa: git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080

change proxyuser to your proxy user change proxypwd to your proxy password change proxy.server.com to the URL of your proxy server change 8080 to the proxy port configured on your proxy server

If you decide at any time to reset this proxy and work without proxy:

Command to use:

git config --global --unset http.proxy

Finally, to check the currently set proxy:

git config --global --get http.proxy

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software