Skip to content

Instantly share code, notes, and snippets.

@fukurouzhong
Last active December 15, 2016 08:49
Show Gist options
  • Save fukurouzhong/f98b70058bbb1853262554d56458cd92 to your computer and use it in GitHub Desktop.
Save fukurouzhong/f98b70058bbb1853262554d56458cd92 to your computer and use it in GitHub Desktop.
[error: src refspec master does not match any] when push into github
solution:
touch README.md
git add README.md
git commit -m 'first commit'
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment