会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
拾月凄辰
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
75
下一页
2022年7月21日
git push 报错:refusing to allow a Personal Access Token to create or update workflow ...
摘要: 报错: [root@host8c openyurt]# git push -f origin yurtadm:yurtadm Username for 'https://github.com': xxx@qq.com Password for 'https://2352661414@qq.com@g
阅读全文
posted @ 2022-07-21 00:03 拾月凄辰
阅读(753)
评论(0)
推荐(0)
2022年7月20日
git clone 指定分支
摘要: git clone不指定给分支时,默认会把远程仓库整个给clone下来,但只会在本地默认创建一个master分支。 如果远程还有其他的分支,此时用git branch -a查看所有分支: $ git branch -a * master remotes/origin/HEAD -> origin/m
阅读全文
posted @ 2022-07-20 23:40 拾月凄辰
阅读(10419)
评论(0)
推荐(0)
2022年7月16日
coredns 状态一直处于 containerCreating, 错误日志为 kubernetes failed to set bridge addr: “cni0“ already has an IP address different from
摘要: kubectl get pod -A coredns状态为 containerCreating, 看下日志: kubectl logs coredns-6d8c4cb4d-6b5k2 -n kube-system Warning FailedCreatePodSandBox 22m kubelet
阅读全文
posted @ 2022-07-16 21:06 拾月凄辰
阅读(2846)
评论(0)
推荐(0)
2022年7月15日
如何卸载yum安装的软件
摘要: 第一步:在yum安装列表找到对应包名 yum list installed 第二部:执行卸载 yum remove xxxx 转载自:如何卸载yum安装的软件_泛滥的青春里谁是谁的谁ゝ的博客-CSDN博客
阅读全文
posted @ 2022-07-15 10:54 拾月凄辰
阅读(4248)
评论(0)
推荐(0)
2022年7月14日
systemctl 和 reboot 都没有响应
摘要: reboot命令也失效 解决方法:强制重启 systemctl --force --force reboot
阅读全文
posted @ 2022-07-14 12:20 拾月凄辰
阅读(138)
评论(0)
推荐(0)
2022年7月5日
解决 git 切换分支会同步修改的问题
摘要: 问题描述 今天遇到一个git分支切换的问题,我在分支A上做了修改,然后切换到其他分支后发现其他分支上也存在A分支上的修改。(我记得之前碰到这种情况,是无法切换分支的,git会提醒当前A分支上有未提交的改动,这次虽然能切换了(当时就感觉奇怪),果然又碰到现在这个问题) 原因:如果当前分支所做的修改没有
阅读全文
posted @ 2022-07-05 11:20 拾月凄辰
阅读(1680)
评论(0)
推荐(0)
2022年6月23日
error execution phase preflight: couldn't validate the identity of the API Server.. x509: certificate has expired or is not yet valid:...
摘要: 错误: [preflight] Running pre-flight checks [WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "
阅读全文
posted @ 2022-06-23 18:39 拾月凄辰
阅读(2508)
评论(0)
推荐(0)
SSH 出现 The authenticity of host xxx can't be established.
摘要: 这个原因可能是本地主机的key发生了变化,因此每次SSH链接都会有提示,只需要在交互下输入yes即可。 当然如果长久的想解决问题,可以采用以下方法: 1、使用ssh连接远程主机时加上“-o StrictHostKeyChecking=no”的选项,去掉对主机的验证检查。 ssh -o StrictH
阅读全文
posted @ 2022-06-23 18:27 拾月凄辰
阅读(6145)
评论(0)
推荐(0)
2022年6月16日
vscode 避免每次ssh都输入密码
摘要: https://blog.csdn.net/myWorld001/article/details/114603819
阅读全文
posted @ 2022-06-16 14:42 拾月凄辰
阅读(193)
评论(0)
推荐(0)
2022年6月12日
深入理解 docker build 中的构建上下文
摘要: 本文通过具体实践深入解读 Docker 构建上下文的含义,解惑或者纠正很大一部分人对 Docker 构建上下文的理解误区。本文主要讨论如下主题: 对 Docker 构建上下文的理解误区 理解 Docker 的架构 理解 docker build 的工作原理 正确理解 Docker 构建上下文 对 D
阅读全文
posted @ 2022-06-12 13:13 拾月凄辰
阅读(1254)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
75
下一页
公告