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)