$ git remote add origin https://github.com/caiogomes1/teste-caio.git
$ git push -u origin master
fatal: Unable to find remote helper for 'https'
Esse erro é apresentado
$ git remote add origin https://github.com/caiogomes1/teste-caio.git
$ git push -u origin master
fatal: Unable to find remote helper for 'https'
Esse erro é apresentado
Tenta usar o SSH do repositório para ver se funciona em vez do https...
Agora o erro apresentado foi:
Warning: Permanently added the RSA host key for IP address '1XXXXXXXX' to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Tente tirar o -u quando vai dar o push e ver se ele sobe, se não tenta no final dar o force..
$ git push origin master git push origin master force
não deu certo, a mesma mensagem persiste
Vê se esse post te ajuda: https://cursos.alura.com.br/forum/topico-fatal-unable-to-find-remote-helper-for-https-47383