提交gitlab

1.gitlab上新建项目

2.git clone url把新项目拉下来

3.git add ./* 把需要提交的文件全部新增

4.git config --global user.email "yetuo.zhu@qxsk.local" 身份认证一下

5.git commit -m "asr语音识别-对外服务" 提交

6.git push origin 推送进去

git init

git add .

git commit -m "Initial commit"

git remote add origin <远程仓库的 URL>

git push -u origin master

相关推荐
M-Ellen4 分钟前
从零搭建 Windows + WSL2 + Docker + GitLab CI/CD 完整手册
ci/cd·docker·gitlab
jekc8682 天前
Ubuntu-GitLab
服务器·ubuntu·gitlab
在路上走着走着3 天前
openclaw v2026.4.5 版本 提示 pairing required 解决方案
gitlab
Gazer_S7 天前
【GitLab npm Registry 非标准端口安装问题解决方案】
前端·npm·gitlab
-KamMinG7 天前
Gitlab版本升级方案-13.x到17.x
gitlab
菜鸡00019 天前
把一个项目传到 GitLab 的某个群组
大数据·elasticsearch·gitlab
AlbertS10 天前
记一次推送lfs失败不能迁移git仓库到新的gitlab的问题
git·ai·gitlab·lfs·rejected
日更嵌入式的打工仔10 天前
Windows 下 GitLab 完整使用指南
windows·gitlab
会飞的大可10 天前
Jenkins vs GitLab CI/CD:2026 企业级 CI/CD 工具深度选型评测
ci/cd·gitlab·jenkins
庭風11 天前
让 AI 从需求直接走到 MR:我开源了一个面向 GitLab 的工作流 MCP
gitlab