解决github下载过慢方式

Posted iqxqzx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决github下载过慢方式相关的知识,希望对你有一定的参考价值。

  1. 打开码云(gitee) 账号关联github账号

  2. 从github导入创建仓库,导入相应的仓库
    技术图片

  3. 把gitee上的仓库clone本地
    git clone https://gitee.com/xxx/xxx.git

  4. 移处gitee远端(不移除也可以,但新添加的远端的名字不能叫origin)
    git remote remove origin

  5. 添加github远端(origin是远端的名字)
    git remote add origin https://github.com/xxxx/xxx.git

  6. 推送到github的master(多个分支分别push)
    git push -u origin master






以上是关于解决github下载过慢方式的主要内容,如果未能解决你的问题,请参考以下文章

解决github访问过慢问题

解决GitHub图片加载不出来或加载过慢的问题

pytorch的下载解决方案(下载出错下载过慢问题)

python pip 安装包下载过慢的解决方法

CentOS镜像下载过慢,怎么解决?

Maven的国内镜像(解决jar下载过慢)