2
respostas

Push do curso não funciona: fatal

DELL@DESKTOP-8RK82A6 MINGW64 /e/PROGRAMAÇÃO/curso GITHUB/projeto (master) $ git push origin https://github.com/Tripcash/cursoGit.git fatal: invalid refspec 'https://github.com/Tripcash/cursoGit.git'

DELL@DESKTOP-8RK82A6 MINGW64 /e/PROGRAMAÇÃO/curso GITHUB/projeto (master) $ git push origin master fatal: protocol '–https' is not supported

DELL@DESKTOP-8RK82A6 MINGW64 /e/PROGRAMAÇÃO/curso GITHUB/projeto (master) $ ^C

DELL@DESKTOP-8RK82A6 MINGW64 /e/PROGRAMAÇÃO/curso GITHUB/projeto (master) $ git pull origin master fatal: protocol '–https' is not supported

DELL@DESKTOP-8RK82A6 MINGW64 /e/PROGRAMAÇÃO/curso GITHUB/projeto (master) $ git remote -v origin –https://github.com/Tripcash/cursoGit.git (fetch) origin –https://github.com/Tripcash/cursoGit.git (push)

DELL@DESKTOP-8RK82A6 MINGW64 /e/PROGRAMAÇÃO/curso GITHUB/projeto (master)

2 respostas

Olá, Eduardo, como vai?

Testa essa linha de comando abaixo:

git remote set-url origin  –https://github.com/Tripcash/cursoGit.git 

Ela irá resetar sua URL.

Nos fala se deu certo :}

Olá Eduardo!

Você adicionou o caminho do repositório remoto com o comando git remote add origin 'https://github.com/Tripcash/cursoGit.git'?

Se tiver aspas ou qualquer caractere especial poderá ocorrer um erro.

Tente usar o código git remote set-url origin https://github.com/Tripcash/cursoGit.git. Se tiver algum erro na url, ela será sobrescrita pela url nova.

Bom, depois me diz se deu certo. Qualquer coisa tento ajudar novamente.

Bons estudos!