提交 fecb64a9 编写于 作者: ziix's avatar ziix

Update README.md

上级 31e4b7ad
# 使用步骤: # 使用步骤:
0. 本工具只支持:git版本 < 2.39.1 0. 本工具只支持:git版本 < 2.39.1
1. 将目标github仓库A拉为gitee gitcode等平台的仓库B 1. 利用gitee gitcode等平台,手工将 目标github仓库A 拉为 gitee等仓库B
2. repo_map.py中填入A B对应,以及A的submodule仓库对应的 gitee仓库 2. repo_map.py中填入A B对应,以及A的submodule仓库对应的 gitee仓库
3. (windows下打开"git bash"/linux下直接)执行脚本```cd git-replace; sh -x install.sh;```以用替换原git命令 3. (windows下打开"git bash"/linux下直接)执行脚本```cd git-replace; sh -x install.sh;```以用替换原git命令
4.```git clone A```正常克隆github仓库A(实际会克隆gitee的仓库B,以及一堆的submodule仓库) 4.```git clone A```正常克隆github仓库A(实际会克隆gitee的仓库B,以及一堆的submodule仓库)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册