当前位置:   article > 正文

unable to access ‘https://github.com/facebookresearch/fastText.git/(待完结)

unable to access ‘https://github.com/facebookresearch/fastText.git/(待完结)

操作流程

本来想这样安装fastText,结果一个问题接着一个问题的跳

git clone https://github.com/facebookresearch/fastText.git
cd fastText
# 使用pip安装python中的fasttext工具包
sudo pip install .
  • 1
  • 2
  • 3
  • 4

先是

unable to access 'https://github.com/facebookresearch/fastText.git/
  • 1

于是我想可能是被墙了,于是用github加速器(各大程序网站上都有),并且改了服务器代理

git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080

  • 1
  • 2
  • 3

结果:
在这里插入图片描述
然后我想到了深克隆

git clone --depth 1 git://github.com/facebookresearch/fastText.git/

  • 1
  • 2

结果
在这里插入图片描述

取消操作的方法

取消git代理:

git config --global --unset http.proxy
git config --global --unset https.proxy

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

闽ICP备14008679号