码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
nexus管理npm包,npm包发布在私有仓库(nexus)中
一、登陆nexus地址:http://10.137.8.212:8081/#admin/repository/blobstores 二、创建知识库,有3种类型 三、创建仓库(1)创建npm(hosted)私有仓库① ②hosted改成allow redeploy,这样才能运行重复上传一个包,不然会报 ...
分类:其他好文   时间:2021-01-15 12:09:20    阅读次数:0
ubuntu 18.04安装腾讯通RTX2015
一、手动安装 1、安装wine $ sudo add-apt-repository ppa:wine/wine-builds $ sudo apt-get update $ sudo apt-get install winehq-devel 或下载稳定版本 $ sudo apt-get instal ...
分类:系统相关   时间:2021-01-12 11:23:52    阅读次数:0
Docker常用操作
一、镜像操作 1)构建镜像 docker build -t REPOSITORY:TAG . 注意最后一个点[.]不能缺少,生成完:runoob/centos为REPOSITORY,6.7为TAG 2)获取镜像 sudo docker pull REPOSITORY[:TAG] 3)为镜像打个标签  ...
分类:其他好文   时间:2021-01-11 11:04:35    阅读次数:0
将代码提交到gitlab
一、GitHub和gitlab的区别,以及什么是git GitHub和gitlab都是基于web的git仓库,GitHub和gitlab就想是两兄弟,但GitHub有个小的缺陷,就是你的repository都需要public,如果你想创建private的repository就得付费,而gitlab正 ...
分类:其他好文   时间:2021-01-08 11:25:01    阅读次数:0
Error response from daemon: conflict: unable to remove repository Error response from daemon: conflict: unable to remove repository
1问题 在尝试删除docker镜像时,出现了报错: Error response from daemon: conflict: unable to remove repository 使用的模版命令: docker rmi 镜像id 2.缘由 查询资料发现说是这个镜像在容器里运行过,于是就占这镜像, ...
分类:其他好文   时间:2021-01-08 10:30:27    阅读次数:0
使用Docker安装nexus3,搭建maven私服
拉取nexus3镜像 [root@server-04 ~]# docker pull docker.io/sonatype/nexus3 查看镜像 [root@server-04 ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE sonat ...
分类:其他好文   时间:2021-01-07 12:09:23    阅读次数:0
404 - Not Found Path xxx not found in group repository "Public Repositories" [id=public].
某个文件在私服仓库可以浏览 但是点击文件下载却提示 原因是在public组里面没有这个目录或者文件,通过浏览器上看到的文件是所有组汇总的,下载是nexus会到指定组下载 可以从其他组比如中央仓库组central拷贝到对应public组即可正常下载 E:\soft\nexus-2.14.4-03-bu ...
分类:其他好文   时间:2021-01-02 10:53:15    阅读次数:0
yum
yum 功能说明:自动化RPM包管理工具 参数选项 y 确认操作 -nogpgcheck 忽略GPG验证 -C 直接使用系统yum缓存,不下载更新yum缓存 -q 不输出信息 -v 显示详细信息 yum 命令的常见选项及说明 yum install httpd 安装httpd软件包 yum loca ...
分类:其他好文   时间:2021-01-01 12:41:32    阅读次数:0
Git使用
Git工作原理 WorkSpace:本地工作区 Index:暂存区 Repository:仓库区(或本地仓库) Remote:远程仓库 Git命令 git config # 查看配置信息 # --local:仓库级,--global:全局级,--system:系统级 $ git config <-- ...
分类:其他好文   时间:2020-12-30 11:01:38    阅读次数:0
git 上传本地文件
1、在本地新建一个文件夹 2、进入文件夹 3、右键 git Bash Here ,然后将github上面的仓库克隆到本地。(git clone 仓库地址) 4、完成之后,本地新建的文件夹下面就会多出个文件夹。该文件夹名即为你github上面新建的那个Repository 的名字。 5、把要上传的文件 ...
分类:Web程序   时间:2020-12-29 12:08:55    阅读次数:0
4190条   上一页 1 ... 4 5 6 7 8 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!