摘要:
1、在马云中创建好仓库,会出现如下信息 2、在需要上传项目的文件夹下 shift+右键,打开Windows power shell 界面 初始化git 命令: git init 查看文件状态 命令:git status 添加文件到暂存区 命令:git add . 上传到本地 命令:git commi 阅读全文
posted @ 2021-07-21 12:46
The_Blue_Sky
阅读(47)
评论(0)
推荐(0)
摘要:
原因是没有初始化git本地版本管理仓库,无法执行git命令 解决方法:使用命令:git init 阅读全文
posted @ 2021-07-21 12:30
The_Blue_Sky
阅读(512)
评论(0)
推荐(0)