echo "# guess-ud2" >> README.md
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/...
此過程需輸入github賬號密碼git
git push -u origin master