摘要: 在gitee上创建新仓库,复制仓库地址 在本地项目文件夹中,打开git bash命令行 git init提交代码 git add .git commit -m 'first commit'添加远程仓库 git remote add origin 远程地址代码推到远程 git push origin 阅读全文
posted @ 2020-07-15 10:17 HalleyZ 阅读(1181) 评论(0) 推荐(0)