3
respostas

Erro ao tentar usar o comando git clone

Meu sistema operacional é o Ubuntu 16.04 ao tentar clonar o repositório ele exibe a seguinte mensagem "fatal: Unable to find remote helper for 'https' " O comando que eu executei foi:

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

3 respostas

Bruno, instala a biblioteca libcurl4-openssl-dev e tenta de novo. O comando é:

sudo apt-get install libcurl4-openssl-dev

Manoel, eu já tinha tentado essa opção mas não funcionou também.

Consegui fazer funcionar, utilizando o comando abaixo git clone git://github.com/jcfonsecagit/repositorio.git