fatal: no hay un destino de empuje configurado

Por favor, vea los siguientes detalles de la pantalla: el comando git remote -v muestra que he agregado test_vish, pero cuando doy el comando Push está dando un error ¿Alguien puede ayudar?

C:\Users\vishwas_gupta03\Documents\GitHub\test_Vishwas [master]> git remote -v
github  https://github.com/vishwasjione/test_Vishwas.git (fetch)
github  https://github.com/vishwasjione/test_Vishwas.git (push)
origin
C:\Users\vishwas_gupta03\Documents\GitHub\test_Vishwas [master]> git push
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository us
ing

    git remote add <name> <url>

and then push using the remote name

    git push <name>

C:\Users\vishwas_gupta03\Documents\GitHub\test_Vishwas [master]>

Respuestas a la pregunta(3)

Su respuesta a la pregunta