$ git remote add origin https://github.com/xxxxx/-php...
fatal: remote origin already exists.
解决办法是
git remote rm origin
error: src refspec master does not match any.
error: failed to push some refs to 'https://github.com/followyoun...'
的解决办法
提交一次评论就可以
$ git commit -m 'first time'
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。