08 2021 档案

摘要:让python pip使用国内镜像 国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/ 阅读全文
posted @ 2021-08-24 01:54 CodingIsBeautiful 阅读(18363) 评论(0) 推荐(0)
摘要:自建的Gitlab服务器常常会因为使用时间的增长,其空间容量等硬件需求都需要升级,或者迁移至更高配置的服务器上。备份、迁移、恢复、升级过程如下 1、gitlab备份 备份前gitlab的项目如图所示 备份时需要保持gitlab处于正常运行状态,直接执行gitlab-rake gitlab:backu 阅读全文
posted @ 2021-08-20 12:02 CodingIsBeautiful 阅读(311) 评论(0) 推荐(0)