问题: 执行apt-get update的时候提示: root@sugon-PC:/etc/apt# apt-get update -y错误:1 https://uos.deepin.cn/uos eagle InRelease 401 Unauthorized [IP ...
.打开终端,使用root用户 .把系统原本的sources.list源文件,改名为sources.list.bakmv etc apt sources.list etc apt sources.list.bak .把下载新的sources.list源文件放到桌面 以下为替换的源文件内容: Generated by deepin installer deb by hash force https: ...
2021-04-23 01:07 0 1061 推荐指数:
问题: 执行apt-get update的时候提示: root@sugon-PC:/etc/apt# apt-get update -y错误:1 https://uos.deepin.cn/uos eagle InRelease 401 Unauthorized [IP ...
统一UOS操作系统 修改源地址 问题: 执行apt-get update的时候提示: root@sugon-PC:/etc/apt# apt-get update -y错误:1 https://uos.deepin.cn/uos eagle InRelease401 ...
打开https://developer.aliyun.com/mirror/ 复制centos选项命令 curl -o /etc/yum.repos.d/CentOS-Base.repo htt ...
在放maven的安装文件里,找到settings.xml,如下图所示 将默认的源地址改为阿里源,需要在settings.xml文件相应的位置上加上如下的一串: <mirror> <id>alimaven</id> < ...
我的Docker 版本为 1.12.6 宿主机为CentOS7 从网上找了几个速度比较快的镜像地址: Docker 官方中国区 https://registry.docker-cn.com 网易 http://hub-mirror.c.163.com ...
docker run -p 8050:8050 scrapinghub/splash --registry-mirror=http://hub-mirror.c.163.com from:ht ...
perl修改源地址 这里推荐中科大的源 http://mirrors.ustc.edu.cn/CPAN/ perl -MCPAN -e shell 1、执行cpan命令确认存在该命令 如果cpan执行后提示找不到该命令,可以通过yum -y install perl-CPAN或手动 ...
默认的Maven源为国外,下载速度非常慢,修改成阿里源可提高速度 (1)找到 apache-maven-3.5.2\conf 目录中的 settings.xml 文件 (2) 修改maven 本地仓库地址, 首先在 ...