Error: Unable to find git in your PATH - ( Ubuntu )
Durante a instalação/configuração do Flutter, ao executar o comando flutter doctor, retornava o seguinte erro: Error: Unable to find git in your PATH.
O problema foi resolvido fazendo uma instalação com o comando abaixo:
O problema foi resolvido fazendo uma instalação com o comando abaixo:
sudo apt-get install git
Obrigado, salvau
ResponderExcluir