摘要: 1. 创建仓库,把仓库推送到远程仓库里面 mkdir meiduo cd meiduo git init git add . git commit -m "first commit" git remote add origin https://gitee.com/nixxxxxxxx/meiduo. 阅读全文
posted @ 2021-01-19 23:43 倪某人 阅读(39) 评论(0) 推荐(0) 编辑