Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Erro ao fazer o git push

Boa tarde galera, estou com um problema na hora de fazer o git push. Eu já tenho um repositório no github que eu uso para uma aplicação que estou desenvolvendo, entretanto usava o git pelo windows, e agora estou migrando para o Ubuntu, já baixei os arquivos do git para mexer, mas não estou conseguindo subir os arquivos que modifiquei.

Fiz o passo a passo do git remote, mas ele apresenta o erro abaixo:

anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$ git remote
anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$ git remote add origin https://github.com/AnthonyMRodrigues/Novo_sistema_de_gestao.git
anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$ git remote
origin
anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$ git push origin master
fatal: Unable to find remote helper for 'https'
anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$ git remote
origin
anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$ git push origin master
fatal: Unable to find remote helper for 'https'
anthonyrodrigues@anthonyrodrigues-robot:~/workspace/Novo_sistema_de_gestao (master +)$

Alguém sabe como resolver?

3 respostas
solução!

Creio que estes links podem te ajudar:

http://stackoverflow.com/questions/10928215/git-push-error-fatal-unable-to-find-remote-helper-for-https

http://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone

Tenta fazer o comando = git push -f origin master

Valeu galera, já consegui resolver.

Obrigado pela ajuda.

Abraços

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