码迷,mamicode.com
首页 >  
搜索关键字:gitlab two-factor authentication 2fa    ( 3882个结果
Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (二)
原文:Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (二) Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (二) 目录Microsoft.AspNetCore.Authentication.C... ...
分类:Web程序   时间:2020-05-29 19:30:00    阅读次数:74
jenkins+gitlab webhooks 实现自动触发打包
1、在Jenkins配置触发器:获取URL+安全令牌 2、gitlab上设置钩子 刚刚在Jenkins上获取了URL+安全令牌,分别复制粘贴到这里的URL+安全令牌里面 【1】设置钩子:管理区域——》系统钩子——》URL+安全令牌——》勾选触发器——》增加系统钩子 【2】测试推送 ...
分类:Web程序   时间:2020-05-29 19:24:07    阅读次数:70
Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (一)
原文:Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (一) Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (一) 目录Microsoft.AspNetCore.Authentication.C... ...
分类:Web程序   时间:2020-05-29 19:21:32    阅读次数:79
mysql批量刷新用户密码
不知道用户密码,并且不改变用户密码的情况下,批量刷新MySQL数据库用户的密码 select concat('alter user \'',user,'\'@\'',host,'\' identified by \'',authentication_string,'\';') as change_p ...
分类:数据库   时间:2020-05-29 16:17:29    阅读次数:100
ORA-28040: No matching authentication protocol
java.sql.SQLException: ORA-28040: No matching authentication protocol ORA-28040:没有匹配的身份验证协议 事情是这样的,之前项目连接的数据库是oracle9i,驱动用的ojdbc6,后来换成oracle12.1.0.2.0 ...
分类:其他好文   时间:2020-05-29 13:25:30    阅读次数:123
切换或重新输入svn用户名密码或通过tortoisesvn查看svn密码
1、记住了svn用户名密码,如何清除,切换新用户名密码或隐约记得密码想通过多次重新输入找回 1.1、windows文件夹/桌面右击鼠标,选择"TortoiseSVN" —> "Settings" 1.2、在弹出的界面中在左侧选择"Saved Data",点击右侧界面中"Authentication ...
分类:其他好文   时间:2020-05-28 23:33:28    阅读次数:364
脚本方式同步gitlabA与B
sh脚本下载gitlab-A的代码, exp脚本自动读入gitlab-B的用户名及密码,提交实现同步. $ cat ai_sdk_middleware.sh #!/bin/bash cd /opt/gitlabmirror-repo/Faceline git clone ssh://git@gitl ...
分类:其他好文   时间:2020-05-28 21:55:57    阅读次数:92
Eclipse提交git代码 报错authentication not supported
恢复内容开始 现象: 使用Eclipse提交git代码,报错信息如下: Can't connect to any repository: https://github.com/InterFF/abc.git (https://github.com/InterFF/abc.git: authentic ...
分类:系统相关   时间:2020-05-28 12:56:33    阅读次数:278
从零开始devops-gitlab
https://blog.csdn.net/crper/article/details/81291034 version: '3.6' services: gitlab: container_name: gitlab hostname: '10.9.7.1' image: gitlab/gitlab ...
分类:其他好文   时间:2020-05-27 17:11:23    阅读次数:629
gitlab服务器搭建
gitlab的下载与安装 首先在清华大学开源软件镜像站下载好所需的gitlab包 网址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/ 安装依赖包 sudo apt-get ins ...
分类:其他好文   时间:2020-05-27 15:40:11    阅读次数:100
3882条   上一页 1 ... 29 30 31 32 33 ... 389 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!