当前位置:   article > 正文

【git】解决能访问github但克隆不了的问题_无法从github上克隆项目

无法从github上克隆项目


1.查看你的代理的地址:

在这里插入图片描述

2.git设置

先看看当前的git设置

$ git config --list
  • 1

然后git中要设置好对应的地址

git config --global http.proxy 127.0.0.1:7890
  • 1

3.尝试clone

$ git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git
正克隆到 'wallpaper-engine-kde-plugin'...
remote: Enumerating objects: 7491, done.
remote: Counting objects: 100% (1538/1538), done.
remote: Compressing objects: 100% (492/492), done.
remote: Total 7491 (delta 1026), reused 1402 (delta 995), pack-reused 5953
接收对象中: 100% (7491/7491), 5.43 MiB | 971.00 KiB/s, 完成.
处理 delta 中: 100% (4687/4687), 完成.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

成功!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/674048
推荐阅读
相关标签
  

闽ICP备14008679号