- 国内三大免费源:
- repo只在清华源网站里搜到:git-repo | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
- repo安装步骤:
- curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo // repo大小大概44K左右
- chmod +x repo
sudo mv repo /usr/bin - vim
~/.bashrc - 加入这句 export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo'
- reboot
- repo init --help //查看是否安装成功
- curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo // repo大小大概44K左右
通过国内源在Ubuntu20.0.4安装repo
qq_254617772025-03-27 15:03
相关推荐
l1t17 小时前
在Lua用luasql-sqlite3库访问SQLite数据库wa的一声哭了21 小时前
Mac os安装Easyconnect卡在正在验证软件包itas1091 天前
软件项目管理工具2501_938791831 天前
从原理到实操:彻底解决 Git .gitignore 文件不生效问题Badman1 天前
Git 实用技巧指南Larcher1 天前
Git 进阶实战:状态查看、版本回退与修改撤销全攻略winds~1 天前
【git】docker中无法进行git命令行补全rit84324992 天前
Git常用命令的详细指南我要升天!2 天前
Git的原理与使用 -- 分支管理聪明努力的积极向上2 天前
【GIT】VS中图形化页面进行还原和重置的git操作