Skip to content

Instantly share code, notes, and snippets.

@VladRez
Created April 20, 2019 22:31
Show Gist options
  • Select an option

  • Save VladRez/97f19cc359add04d3c4b429931642cc3 to your computer and use it in GitHub Desktop.

Select an option

Save VladRez/97f19cc359add04d3c4b429931642cc3 to your computer and use it in GitHub Desktop.
No configured push destination
# 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
@danibaxx
Copy link

Bless you sir! 👍

@OSSCOMAIKABONIFACE
Copy link

So Any Of The Above Steps Will Do The Magic @VladRez ???

@codeswitching9
Copy link

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