Skip to content

Instantly share code, notes, and snippets.

@jheasly
Last active August 29, 2015 13:56
Show Gist options
  • Save jheasly/9183497 to your computer and use it in GitHub Desktop.
Save jheasly/9183497 to your computer and use it in GitHub Desktop.
first-news-app
$ git push origin gh-master
error: src refspec gh-master does not match any.
error: failed to push some refs to 'git@github.com:jheasly/first-news-app.git'
...
$ git push
fatal: The current branch gh-pages has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin gh-pages
...
$ python freeze.py
freeze.py:6: MissingURLGeneratorWarning: Nothing frozen for endpoints detail. Did you forget an URL generator?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment