随笔分类 -  git

摘要:首先,删除本地项目文件夹下面的.git和.gitee两个文件夹 其次,在Gitee上创建仓库,例如https://gitee.com/xxx/xxx.git 最后, git init git add .git commit -m "first"git remote add origin https: 阅读全文
posted @ 2022-09-03 13:13 外星鸟 阅读(41) 评论(0) 推荐(0)