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?