IT:AD:Git:HowTo:TroubleShoot:Common Error Conditions
Summary
Some examples of common errors you may run into.
Can't Push
You've just cloned a local repo, added something, try to push – but it does not work.
git push -u origin --all src refspec master does not match any. failed to pus some refs to 'https://....' </cod> Solution ((http://stackoverflow.com/questions/5802426/git-error-src-refspec-master-does-not-match-any)): <sxh> //Need to commit first: git commit -m "Test message:"