Configurar o proxy Projeto Amalgama - adalbertobrant/projetoamalgama GitHub Wiki

Welcome to the projetoamalgama wiki!

1- Configurar o Proxy dentro do ambiente git

git config --global http.proxy http://proxy.ufu.br:3128

git config --global https.proxy https://proxy.ufu.br:3128

git config --global sslVerify "false"

2- Baixar o repositório usando o gitkraken