扫雷

38 阅读1分钟

cd c:\Users\huawei\OneDrive\hihi git init git add . git commit -m "初始化扫雷游戏" git remote add origin 你的仓库URL git push -u origin master