fatal: Brak skonfigurowanego miejsca docelowego push
Proszę zobaczyć następujące szczegóły ekranu - polecenie git remote -v pokazuje, że dodałem test_vish, ale kiedy daje polecenie Push, daje błąd. Ktoś może pomóc?
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]>