1、touch vspo 2、cd vspo 3、git init 4、git add . 5、git commit -m " " 6、创建远程仓库获取地址:如 https://gitee.com/xxx/vspo.git 7、git remote add origin https://gitee.com/xxx/vspo.git 8、git push -u origin master
git初始化本地项目目录为仓库
最新推荐文章于 2024-12-26 15:05:03 发布
![](https://img-home.csdnimg.cn/images/20240711042549.png)
1、touch vspo 2、cd vspo 3、git init 4、git add . 5、git commit -m " " 6、创建远程仓库获取地址:如 https://gitee.com/xxx/vspo.git 7、git remote add origin https://gitee.com/xxx/vspo.git 8、git push -u origin master