码迷,mamicode.com
首页 >  
搜索关键字:nexus upgrade    ( 2776个结果
使用gitlab+jenkins+nexus拉取springcloud并根据不同模块构建docker镜像,并推送到nexus里的docker仓库
1.安装gitlab 详情看:https://www.cnblogs.com/sanduzxcvbnm/p/13023373.html 安装好gitlab后,然后创建一个普通用户,编辑用户,给用户设置密码,添加本机ssh密钥到gitlab里,使用普通用户上传代码 2.安装jenkins 详情看:ht ...
分类:编程语言   时间:2020-06-18 19:42:01    阅读次数:94
yum安装软件包提示Error Downloading Packages解决方法
在执行yum upgrade时报错 解决方法: 方法一: 1、清理本地yum缓存 执行:yum clean all 2、查看软件包列表 执行:yum list 注意:如果查询不到软件包列表,查看yum源是否配置正确。 方法二: 执行方法一之后,再去执行还是不成功,百度说是因为安装了python3的原 ...
分类:其他好文   时间:2020-06-18 15:54:21    阅读次数:296
解决gradle下载慢的问题
到~/.gradle/目录下创建一个 init.gradle 文件,把下面这些复制进去就 ok 了allprojects{repositories {def ALIYUN_REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/p ...
分类:其他好文   时间:2020-06-18 01:40:58    阅读次数:140
maven-阿里云镜像
<mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</ur ...
分类:其他好文   时间:2020-06-18 01:36:54    阅读次数:510
Not possible to upgrade a store with version 'v0.A.3' to current store version `v0.A.9` (Neo4j 3.5.5).
1.使用已有数据库时,报错 C:\Users\h>neo4j.bat console 2020-06-17 14:17:48.851+0000 WARN dbms.active_database is deprecated. 2020-06-17 14:17:48.870+0000 INFO Neo ...
分类:其他好文   时间:2020-06-18 01:22:24    阅读次数:68
【Maven】---Nexus私服配置Setting和Pom
上一遍博客已经在linux服务器上,搭建好nexus私服了,博客地址:Linux搭建Nexus3.X私服 现在就需要配置setting.xml和pom.xml来使nexus作为maven的私服。setting.xml文件在conf下面,pom.xml是在你创建maven项目中的pom.xml中。 一 ...
分类:其他好文   时间:2020-06-18 01:08:58    阅读次数:58
NFS文件存储
NFS文件存储 NFS操作与部署 1. 安装 epel 库 yum upgrade -y yum -y install epel-release 2. 配置防火墙 firewall-cmd --add-service=nfs --permanent --zone=public firewall-cm ...
分类:其他好文   时间:2020-06-17 15:31:40    阅读次数:74
linux系统free查看内存,发现可用物理内存很少,但是查看进程却发现没进程占用大内存
1.现象 当我们使用free命令查看内存的时候,发现可用物理内存很少,但是通过进程查看没有进程占用大内存。 [root@nexus-76150 ~]# free -h total used free shared buffers cached Mem: 15G 15G 193M 364K 1.0G ...
分类:系统相关   时间:2020-06-15 13:58:25    阅读次数:142
Kubernetes安装Helm服务端tiller报错Error: forwarding ports: error upgrading connection: unable to upgrade connection: pod does not exis
Error: forwarding ports: error upgrading connection: unable to upgrade connection: pod does not exist 安装Helm客户端和服务端后, 执行helm version报错, Error: forward ...
分类:Web程序   时间:2020-06-13 19:32:16    阅读次数:99
简要记录搭建Nexus私服过程(配置)
上一篇文章(简要记录搭建Nexus私服过程(安装))记录了安装nexus软件过程,本文主要记录操作点和配置。 一、页面介绍 初始账户admin/admin123登录。可改密码 可以修改相关privileges、rolesh和users来产生相关控制 比如nx-admin角色拥有所有特权 创建用户,这 ...
分类:其他好文   时间:2020-06-13 19:27:22    阅读次数:87
2776条   上一页 1 ... 13 14 15 16 17 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!