上传本地项目到码云仓库

1、本地项目文件夹右键 git bash here

2、git init

3、git remote add origin https://gitee.com/****.git

4、git add .

5、git commit -m ‘first’

6、git push origin master

posted @ 2022-02-28 14:04  sosolucky  阅读(24)  评论(0编辑  收藏  举报