1. 账号密码重置

请在你的邮件中查找 Account was created for you 邮件

复制 Click here to set your password 链接, 修改地址中的gitlab.example.com10.11.0.102

http://gitlab.example.com/users/password/edit?reset_password_token=xxxxxx

示例如下

http://10.11.0.102/users/password/edit?reset_password_token=xxxxxx

2. 代码仓库清单

ProjectName URI OldName ProjectCName Remark
algorithm-fts http://10.11.0.102/fast/algorithm_fts.git algorithm-fts FTS大数据代码归档
authority-filter http://10.11.0.102/fast/authority-filter.git authority-filter 网关鉴权及单点接口
export-console-fe http://10.11.0.102/fast/export-console.git export-console 导出平台
fast-gateway http://10.11.0.102/fast/fast-gateway.git fastgateway 旧网关及菱菱邦代理接口
sgmw-apisix-gateway http://10.11.0.102/fast/sgmw-apisix-gateway.git sgmw-apisix-gateway APISIX网关
sgmw-botai http://10.11.0.102/fast/sgmw-botai2.git sgmw-botai 博泰协议接收端与Storm解析
sgmw-dataworks http://10.11.0.102/fast/sgmw-dataworks.git sgmw_dataworks FAST大数据离线计算集合
sgmw-kitty http://10.11.0.102/fast/kitty.git sgmw-kitty Kitty后端接口
sgmw-manage-fe http://10.11.0.102/fast/vue-element-admin2-fe.git sgmw_mf FAST管理平台前端
sgmw-manage-fts http://10.11.0.102/fast/sgmw-manage-fts.git sgmw_m FAST平台、产线及数据采集配套接口
sgmw-phev-v1 http://10.11.0.102/fast/sgmw-phev-v1.git sgmw_phev FAST自有V1数据采集与解析
sgmw-phev-v2 http://10.11.0.102/fast/sgmw-phev-v2.git sgmw_phev2 FAST自有V2数据采集与解析
sgmw-temporary http://10.11.0.102/fast/sgmw-temporary.git sgmw_temporary FAST自有业务临时小工具
sgmw-testcar http://10.11.0.102/fast/sgmw-testcar.git sgmw_testcar 试验车数据采集端
sgmw-warning-platform http://10.11.0.102/fast/sgmw-warning-platform.git sgmw-storm SGMW告警平台(Flink+Storm)
修改git远程仓库地址命令
# 先进入到需要修改项目的本地代码仓库目录, 如:xxx为 D:\Code\sgmw-temporary
cd /xxxxx

# 执行更换远程仓库地址命令
git remote set-url origin http://xxxx/fast/xxx.git
拉取与同步代码

修改远程地址后,可进行拉取与推送代码(如果拉取合并代码过程中出现冲突,请解决冲突后进行push)