2
respostas

Error ao acessar o git

Prezados, boa tarde!

Ao digitar o comando git push origin master estou tomando o seguinte erro.

fatal: unable to access 'https://github.com/nomeusuario/jenkins-todo-list.git/': Could not resolve host: github.com

Já procurei algumas coisas no google mas nada resolveu

2 respostas

Olá, Jessikelly. Tudo bem?

Você pode mandar aqui a saída do comando git remote -v?

Fico aguardando.

Olá, Vitor!

Estou bem e você?

A saida do git remote -v foi:

vagrant@ubuntu-bionic:/vagrant/jenkins-todo-list$ git remote -v
origin  https://github.com/nomeusuario/jenkins-todo-list.git (fetch)
origin  https://github.com/nomeusuario/jenkins-todo-list.git (push)
vagrant@ubuntu-bionic:/vagrant/jenkins-todo-list$