Error failed to push
1 min readSep 6, 2019
error: src refspec master does not match any.
error: failed to push some refs to 'git@github ... .git'Solution :touch README
git add README
git add (all other files)
git commit -m 'reinitialized files'
git push origin master --force # <- caution, --force can delete others work.