清华github镜像
时间: 2023-11-20 13:58:26 浏览: 362
清华大学开源软件镜像站提供了丰富的开源软件镜像,包括GitHub、Docker Hub、PyPI、npm等。使用清华镜像可以加速软件的下载和更新。以下是在Ubuntu 18.04上配置清华GitHub镜像的步骤:
1.备份原有的源列表文件
```shell
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
```
2.编辑源列表文件
```shell
sudo vim /etc/apt/sources.list
```
3.将以下内容添加到文件末尾
```shell
# 清华GitHub镜像
deb https://mirrors.tuna.tsinghua.edu.cn/git/ubuntu bionic main
deb-src https://mirrors.tuna.tsinghua.edu.cn/git/ubuntu bionic main
```
4.更新源列表
```shell
sudo apt-get update
```
5.测试是否成功
```shell
sudo apt-get install htop # 安装htop
```
相关问题
github镜像网站
有很多可以使用的 GitHub 镜像网站,这些网站可以提供国内用户更快速、稳定的访问体验。以下是一些常用的 GitHub 镜像网站:
1. Gitee(码云):https://gitee.com
2. Coding.net(码市):https://coding.net
3. 码云镜像:https://gitclone.com
4. FastGit:https://doc.fastgit.org
5. 阿里云开源镜像站:https://opsx.alibaba.com/mirror
6. 清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/help/github
这些镜像网站可以帮助你加速对 GitHub 上代码仓库的访问。你可以选择其中一个镜像网站进行访问,然后在该网站上搜索你需要的代码仓库。
国内github镜像
国内常用的 GitHub 镜像有很多,比如阿里云、清华大学、中科大等。这些镜像都可以提供更快的下载速度和更好的访问体验。以下是一些常用的 GitHub 镜像地址:
1. 阿里云:https://mirrors.aliyun.com/github/
2. 清华大学:https://mirrors.tuna.tsinghua.edu.cn/github/
3. 中科大:https://github.mirrors.ustc.edu.cn/
阅读全文