Remove the history from recreate the repos from the current content only push to the github remote repos ensuring you overwrite history 来源: https://gi ...
分类:
其他好文 时间:
2020-03-25 18:47:35
阅读次数:
415
1、安装依赖服务#命令[root@kolla~]#yuminstallyum-utilscreaterepoyum-plugin-prioritiesreposynchttpd-y2、配置yum为阿里源,以openstackqueens为例#命令[root@kolla~]#cd/etc/yum.repos.d/[root@kolla~]#vimqueens.repo[queens]name=que
分类:
其他好文 时间:
2020-03-25 10:28:54
阅读次数:
179
参考:https://blog.csdn.net/homewm/article/details/80642851 Centos7系统使用yum遇到的问题 查看 yum源资源 cd /etc/yum.repos.d 发现为空; 于是去 更新centos系统的repo文件 http://mirrors. ...
分类:
其他好文 时间:
2020-03-24 12:36:53
阅读次数:
182
说明本文简单介绍下GitlabCI,包括GitlabRunner,GitlabCI中的相关概念以及.gitlab-ci.yml的常用配置。什么是GitLabCIGitLabCI是GitLab内置的进行持续集成的工具,只需要在仓库根目录下创建.gitlab-ci.yml文件,并配置GitLabRunner;每次提交的时候,gitlab将自动识别到.gitlab-ci.yml文件,并且使用Gitlab
分类:
其他好文 时间:
2020-03-24 10:29:01
阅读次数:
89
问题起因:一开始CentOS8默认的yum源是能够正常使用的,但使用如下命令安装了DevelopmentTools之后:yumgroupinstall-y"DevelopmentTools"不知道为啥就开始出现同步仓库缓存失败的问题,无法正常安装一些工具包。错误提示如下:[root@localhost/etc/yum.repos.d]#yummakecacheCentOS-8.0-AppStrea
分类:
其他好文 时间:
2020-03-23 18:40:15
阅读次数:
902
1.cd /etc/yum.repos.d/ 进入yum源存放目录,默认会带有官方的yum源 2.rm -rf * 因为这些地址都是国外的源,下载时候速度会慢很多,删掉,下面给它替换成阿里的源 3.wget http://mirrors.aliyun.com/repo/Centos-6.repo 下 ...
分类:
其他好文 时间:
2020-03-22 18:05:33
阅读次数:
101
1.配置MongoDB的yum源 创建yum源文件: #cd /etc/yum.repos.d #vim mongodb-org-4.0.repo 添加以下内容:(我们这里使用阿里云的源) [mngodb-org] name=MongoDB Repository baseurl=http://mir ...
分类:
数据库 时间:
2020-03-20 22:20:56
阅读次数:
72
vi /etc/yum.repos.d/epel.repo,将epel配置信息中的baseurl注释去掉,mirrorlist 如果内容为空则需要重新安装epel 1、首先检查系统是否安装epel-release rpm -q epel-release 2、安装 32位:http://mirrors ...
分类:
其他好文 时间:
2020-03-19 21:25:40
阅读次数:
48
一、创建虚拟机失败vm上运行virt-install创建kvm类型的主机,centos的版本建议不要超过7.2,本人用的7.7版本,不能创建kvm类型的虚拟机,只能创建qemu类型的虚拟机。把宿主机版本降到7.2后,恢复正常。二、Nova控制节点安装报错采用centos7.2,yum安装报错,需要在手动添加一个QEMU-EV.repo文件[root@node3yum.repos.d]#cat1.r
分类:
其他好文 时间:
2020-03-19 15:07:30
阅读次数:
137
需要两步操作 git branch --set-upstream-to=origin/yewu yewu git config --global push.default "upstream" 作完这两个步骤,会出现一下问题 [core] repositoryformatversion = 0 fi ...
分类:
其他好文 时间:
2020-03-18 18:48:33
阅读次数:
158