git clone https://github.com/********************.git
复制下载文件夹的隐藏目录.git .gitignore README.md LICENSE四个文件到上层目录
git add .
git commit -m "FIrst Commit."
git push origin master 提交到主分支