Created
April 20, 2019 22:31
-
-
Save VladRez/97f19cc359add04d3c4b429931642cc3 to your computer and use it in GitHub Desktop.
No configured push destination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fatal: No configured push destination | |
# # Remote #local:#remote branch | |
git push --set-upstream https://github.com/username/repo.git master:master | |
# use `--force` flag on conflict |
This saved me so much hassle! Thanks a million!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So Any Of The Above Steps Will Do The Magic @VladRez ???