Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save 0mj/ed973b66f4c1b0246ec1007f46761814 to your computer and use it in GitHub Desktop.

Select an option

Save 0mj/ed973b66f4c1b0246ec1007f46761814 to your computer and use it in GitHub Desktop.
No configured push destination
# NOTE: Make sure you have an existing repository before attempting to set an upstream ;)
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment