码迷,mamicode.com
首页 >  
搜索关键字:gitlab two-factor authentication 2fa    ( 3882个结果
git 代码迁移
在新git地址上创建仓库 拉老git仓库上代码下来 git clone --bare ssh://git@gitlab.XXXX/vonechain-cs/vonechain-multiple-ui.git 进入到vonechain-multiple-ui目录 # cd vonechain-mult ...
分类:其他好文   时间:2020-07-21 21:51:37    阅读次数:63
How to prevent user to login second time when its already logged in.
How to prevent user to login second time when its already logged in. If you are using Forms Authentication, it should already be storing your Authenti ...
分类:其他好文   时间:2020-07-21 09:34:28    阅读次数:78
Gitlab-CI/CD
Gitlab-Runner自动构建服务器搭建1 这里讲到的gitlab仓库指的是https://gitlab.com/,自建gitlab仓库也基本相同。 项目的构建打包过程相对比较消耗系统性能,所以gitlab将这部分任务都交给了gitlab-runner来做,因为gitlab-runner可以部署 ...
分类:其他好文   时间:2020-07-19 16:12:05    阅读次数:63
修改mysql密码
mysql密码修改 使用xampp的小伙伴,修改密码后肯定不能登录localhost了,所以要打开config.inc.php 这个文件并找到如下部分: /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'co ...
分类:数据库   时间:2020-07-18 19:56:59    阅读次数:79
关于Apache报错 couldn't perform authentication. AuthType not set!
今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:Web程序   时间:2020-07-18 15:34:21    阅读次数:88
Git设置分支保护实现CodeReview卡点
Git设置分支保护实现CodeReview卡点 GIT是一个分布式版本控制系统的软件,主要用来控制代码的版本。所谓分布式也就是每一个git的客户端都有一份完成的代码库,这样如果中央服务器出现问题,代码也会在各个开发者的电脑上有备份。(本文以下内容以GitLab为例) GitFlow 模式将代码和环境 ...
分类:其他好文   时间:2020-07-18 13:46:14    阅读次数:91
Mysql用户权限管理
1. 查看mysql用户 select User,Host,authentication_string from mysql.user; + + + + | User | Host | authentication_string | + + + + | root | localhost | | | ...
分类:数据库   时间:2020-07-18 11:31:53    阅读次数:86
解决git 出现 Your account has been blocked问题
使用git 出现 Your account has been blocked 无法将本地仓库代码push到远程仓库 GitLab: Your account has been blocked. fatal: Could not read from remote repository. 解决方案如下: ...
分类:其他好文   时间:2020-07-18 11:22:31    阅读次数:313
SpringBoot项目的CI配置 # 安全变量
安全变量 GitLab CI/CD的安全变量有两种,群组安全变量和项目安全变量,群组安全变量可作用于当前群组下所有项目以及子群组项目,递归继承;项目安全变量只作用当前项目。 实际项目配置的群组变量有:CI_REGISTRY(本地Docker Registry的地址),项目变量有:CI_REGISTR ...
分类:编程语言   时间:2020-07-16 21:26:07    阅读次数:64
Docker Gitlab CI 部署 Spring Boot 项目
安装 Gitlab CE 和 Gitlab Runner 若有现成环境,这一步可以忽略 用 Docker-Compose 进行安装 version: '3' #1 services: gitlab: image: gitlab/gitlab-ce:latest #2 container_name: ...
分类:编程语言   时间:2020-07-16 18:22:06    阅读次数:69
3882条   上一页 1 ... 16 17 18 19 20 ... 389 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!