当前位置:   article > 正文

【已解决】git无法执行“git clone https://huggingface.co/h94/IP-Adapter”_解决无法git clone hugggingface的问题

解决无法git clone hugggingface的问题

问题出现

在clone项目InstantStyle的时候,执行以下命令

  1. git clone https://github.com/InstantStyle/InstantStyle.git
  2. cd InstantStyle
  3. # download the models
  4. git lfs install
  5. git clone https://huggingface.co/h94/IP-Adapter
  6. mv IP-Adapter/models models
  7. mv IP-Adapter/sdxl_models sdxl_models

执行到 “git clone https://huggingface.co/h94/IP-Adapter”开始报错,无法连接

问题原因

huggingface服务器不在国内,需要科学上网

问题再次出现

科学上网后,仍然报错,但是会发现报错的提示词不同,大概是说端口不正确

解决

这里用win10演示

查看端口号

打开“设置 -> 网络和Internet -> 代理”,记录下当前的端口号

输入代码

git config --global http.proxy 127.0.0.1:<你的端口号>

git config --global https.proxy 127.0.0.1:<你的端口号>

如我的端口号是20087,分别输入

git config --global http.proxy 127.0.0.1:20087

git config --global https.proxy 127.0.0.1:20087

刷新DNS

cmd运行下方代码,以刷新DNS缓存

ipconfig/flushdns

之后就可以正常git了

注意

如果你也是要clone这个

git clone https://huggingface.co/h94/IP-Adapter 

因为包特别大,2.0Gb,所以会一直不动(但是不会报错),实际上是在下载的,并不是没有设置成功 

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

闽ICP备14008679号