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

Could not resolve hostname

Boa tarde!

Ao executar o comando git push origin master, recebo a seguinte mensagem de erro:

ssh: Could not resolve hostname https: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Alguém pode me ajudar a entender e solucionar esse problema, por favor?

3 respostas

Leonardo bom dia, você clonou como ssh ou https ?

Bom dia, Guilherme. Fiz com https, conforme sugerido na aula:

git remote add origin https://github.com/leotelles/curso-git.git
solução!

Resolvi da seguinte maneira: removi a origin e adicionei novamente.

git remote rm origin
git remote add origin https://github.com/leotelles/curso-git.git
git push -u origin master