centos7
RedPintings
记录工作,共同成长
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TypeError: (“TopicDict.__getitem__ accepts a bytes object, but it got ‘%s‘“, <class ‘str‘>)
topic = client.topics[b"test"]csdn 案例github原创 2020-12-02 15:21:06 · 217 阅读 · 0 评论 -
The requested URL returned error: 401 Unauthorized while accessing
原因: contos 自带git版本太低 yum remove git 1 wget https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz2.安装依赖包yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel g...原创 2019-05-25 10:57:38 · 1436 阅读 · 0 评论 -
screen 状态为Attached
用 screen -ls, 显式当前状态为Attached, 但当前没有用户登陆些会话。screen此时正常状态应该为(Detached)此时用screen -r <session-id>,怎么也登不上。最后找到解决方法:screen -D -r <session-id>-D -r 先踢掉前一用户,再登陆。...转载 2019-05-28 10:35:07 · 1386 阅读 · 0 评论
分享