提交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

相关推荐
AttaGain17 小时前
GitLab数据备迁移及系统升级
运维·服务器·gitlab
starvapour2 天前
Ubuntu部署gitlab频繁出现500的问题
linux·ubuntu·gitlab
忍冬行者2 天前
基于docker安装jenkins+gitlab+harbor
docker·gitlab·jenkins
HIT_Weston2 天前
53、【Ubuntu】【Gitlab】拉出内网 Web 服务:http.server 单/多线程分析(五)
网络协议·http·gitlab
遇见火星2 天前
主流CI/CD工具对比分析!
ci/cd·gitlab·jenkins·云效
HIT_Weston2 天前
52、【Ubuntu】【Gitlab】拉出内网 Web 服务:http.server 单/多线程分析(四)
ubuntu·http·gitlab
成为你的宁宁2 天前
【Jenkins 参数化构建实战指南:基于机器环境与插件配置,详解 tag 标签管理、commit 修订号应用、版本切换及回退全流程】
git·gitlab·jenkins·参数化构建
wan_da_ren3 天前
Windows 环境下使用 Go Modules 拉取带外层 Basic Auth 的私有 GitLab 仓库 — 完整解决方案
windows·golang·gitlab
llc的足迹3 天前
docker 中 gitlab 和 gitlab runner 离线安装及配置
docker·容器·gitlab
一念一花一世界4 天前
CI/CD工具选型:GitLab CI与Arbess全面对比指南
ci/cd·gitlab·jenkins·cicd·arbess