echo "# player" >> README.md ? ??
git init? //初始化
git add README.md //補充README.md
git commit -m "first commit" //第一次提交
git remote add originhttps://github.com/W-King/player.git //遠程網(wǎng)址
git push -u origin master //提交
git commit --all ---> ESC ---> SHIFT+q ?--->wq