ICode9

精准搜索请尝试: 精确搜索
  • github无法访问2021-11-29 11:32:57

    查询真实IP通过IPAddress.com首页,输入raw.githubusercontent.com查询到真实IP地址 windowsC:\Windows\System32\drivers\etc\hosts 添加 199.232.4.133 raw.githubusercontent.com CentOS及macOS直接在终端输入 sudo vi /etc/hosts添加以下内容保存即可 199.232.4.133 raw.git

  • windows下的WSL开发环境配置以及相关工具、插件2021-11-21 15:58:40

    最近在自己的X1上捣鼓Django框架的编程,windows环境使用起来确实让人痛苦,因此决定还是在Linux系统下进行Django框架的编程,跟朋友交流了一下,最终敲定了以下方案并把中间使用的一些插件记录下来。 思路:WSL环境 + vscodeIDE + windows terminal 部分插件:zsh(很好用的shell工具)、

  • NLTK Downloader出现 [Error 11004]getaddrinfo failed的错误时怎么解决2021-11-08 21:30:18

    最近在做自动问答相关的作业,用到了NLTK这个下载器,之前用另外一台电脑解决了问题,但没有记录解决方法,马上就忘记了,又花了大概2个小时来找解决方案,因此现在想记录一下解决方案。 import nltk nltk.download('stopwords') nltk.download('reuters') nltk.download('punkt') 当

  • MAC 安装 apache ab 压力测试工具以及遇到的坑2021-10-25 09:03:25

    ab 是apache对 http服务器进行压力测试的工具,它可以测试出服务器每秒可以处理多少请求。本文记录mac版本安装 ab 的步骤以及遇到的坑。 下载 进入 apache ab官网 下载页面。 安装 brew 安装 因为笔者的操作系统是mac系统,所以需要先安装brew。进入brew网站。执行下方命令 /bin

  • Failed to connect to raw.githubusercontent.com port 443: Connection refused2021-10-10 19:31:59

    安装rvm 报错,如下图:      Failed to connect to raw.githubusercontent.com port 443: Connection refused  解决方法: 1)终端编辑 sudo vim /etc/hosts 2)添加或修改 199.232.96.133 raw.githubusercontent.com 3)esc推出编辑,输入:wq保存 4)重新执行curl -L get.rvm.io | bash

  • Macos 安装 adb2021-10-09 18:32:17

    1.安装homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装adb brew cask install android-platform-tools 3.检查启动adb adb devices adb shell

  • 修改Hosts访问被DNS污染的网站2021-09-20 12:36:16

    Github 访问失败或者缓慢? 为什么会访问失败或者速度很慢? 国内网络访问 Github 速度过慢的原因有许多,但其中最直接和原因是其 CND 域名遭到 DNS 污染,导致我们无法连接使用 GitHub 的加速服务,因此访问速度缓慢。 简单理解:CDN「Content Delivery Network」,即内容分发网络,依靠部署在各

  • Mac安nvm2021-09-18 16:04:46

    安装nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.38.0/install.sh | bash 可能会出现以下错误 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方案 终端输入 sudo vim /etc/hosts 添加以下内容 199.232.

  • [nltk_data] Error loading words: <urlopen error [Errno 11004]2021-07-18 09:31:19

    如果是初次使用nltk 先运行下列代码 import nltk nltk.download() 双击Models中的punkt模块,进行安装 如果出现 [Error 11004]getaddrinfo failed错误 在 C:\Windows\System32\drivers\etc 路径下找到hosts文件, 打开文件并在文件最后添加 199.232.68.133 raw.githubuserconten

  • [分享][插件]【Github 增强 - 高速下载】提高GitHub的下载速度2021-07-16 18:59:42

    分享一个 Github 文件下载加速的插件/脚本,安装后下载速度很快。 插件网址: https://greasyfork.org/zh-CN/scripts/412245-github-%E5%A2%9E%E5%BC%BA-%E9%AB%98%E9%80%9F%E4%B8%8B%E8%BD%BD 打开链接后看网页的说明操作即可。 使用的前置条件:使用基于 谷歌内核的浏览器(如国

  • ROS安装遇到sudo rosdep init、rosdep update error loading sources list2021-07-07 14:01:32

      作者:良知犹存 转载授权以及围观->欢迎添加WxId:Allen-Iverson-me-LYN ROS(机器人操作系统,Robot Operating System),是专为机器人软件开发所设计出来的一套电脑操作系统架构。它是一个开源的元级操作系统(后操作系统),提供类似于操作系统的服务,包括硬件抽象描述、底层驱动程序管理、共

  • 无法读取github中raw.githubusercontent.com解决办法2021-06-15 18:01:19

    想用github的raw文件做下pandas练习,试了各种办法打不开,比如更改host文件(可能是我的打开方式不对o(╥﹏╥)o) 但是居然用大学时代的更改DNS的方式搞定了(噢耶!) 控制面板\网络和 Internet\网络和共享中心→wifi状态→wifi属性→Internet Protocal Version 4(TCP/IPv4)属性,将DNS更改为114

  • mac安装brew2021-06-14 11:02:57

    brew安装 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 镜像:/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)" 默认安装路径:/usr/local/Cellar 如果报错:cu

  • Github图片不显示问题解决办法2021-06-11 20:52:13

    把下面的配置,加到本地的Host文件中去:   # 解决GitHub图片显示问题 140.82.113.3 github.com 140.82.114.20 gist.github.com 151.101.184.133 assets-cdn.github.com 151.101.184.133 raw.githubusercontent.com 151.101.184.133 gist.githubusercontent.co

  • Github图片不显示问题解决办法2021-06-11 20:51:55

    把下面的配置,加到本地的Host文件中去:   # 解决GitHub图片显示问题 140.82.113.3 github.com 140.82.114.20 gist.github.com 151.101.184.133 assets-cdn.github.com 151.101.184.133 raw.githubusercontent.com 151.101.184.133 gist.githubusercontent.co

  • MAC安装BREW错误解决:CURL: (7) FAILED TO CONNECT TO RAW.GITHUBUSERCONTENT.COM PORT 443:CONNECTION REFUSED2021-06-09 11:32:52

    mac 安装 brew 出现错误: 在网上找到终端下载代码是这样的:*ruby -e “$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)” *但是出现错误:curl: (7) Failed to connect to raw.githubusercontent.com port 443:Connection refused 用网站搜索网址显示无法加载,应

  • curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused2021-06-08 15:05:12

    报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个解决了问题。希望对你有用。 原因:由于某些你懂的因素,导致GitHub的raw.githubusercontent.com域名解析

  • An unexpected error occurred: “https://raw.githubusercontent.com/....json: connect ECONNREFUSED 0.0“2021-06-06 16:32:55

    可能是被众所周知的原因,后来在网上看到raw.githubusercontent.com被那个原因导致不能访问。然后就找到ipaddress.com网站,访问https://githubusercontent.com.ipaddress.com/raw.githubusercontent.com查询到它的IP Address,然后在本地的/etc/hosts文件里添加IP指向raw.githubu

  • 2021-06-022021-06-03 09:31:06

    台式机 ROS安装 rosdep update 超时问题非常有效的快速解决办法 rosdep update 出错的原因是近期国内的Github Raw的可用IP越来越少,导致我们很难连接到网站https://raw.githubusercontent.com,进而rosdep update会一直出现超时问题. 解决这个问题的,可以通过中间代理网站,比

  • Github图片无法打开的问题解决【2020.07.20更新】2021-05-24 11:05:37

    目录一、问题重现二、解决:修改本机配置文件三、刷新本机dns缓存四、恢复正常一、问题重现:最近难得在GitHub项目上放了个动图,但是打不开,emmm,还在心里暗暗骂了两句微软害人不浅。 二、解决:修改本机配置文件打开 C:\Windows\System32\drivers\etc\hosts,在文件最后添加以下内容:# G

  • #2021年5月23日:github无法访问 #github不能访问 @FDDLC2021-05-23 21:30:03

    问题:如题。   解决: 1、找到hosts文件:C:\Windows\System32\drivers\etc\hosts 在里面添加如下映射: 140.82.112.4 github.com 140.82.113.3 gist.github.com 185.199.108.153 assets-cdn.github.com 199.232.68.133 raw.githubusercontent.com 199.232.68.133 gist.githubusercon

  • rosdep update失败2021-05-20 23:01:18

    VMware安装ros melodic 在rosdep update 反复失败 因为更换电脑,并且没有理解docker的使用方法,又安装了一次ros melodic。安装过的人都知道,这家伙贼不稳定。尤其是在链接https://raw.githubusercontent.com的时候,非常恼火。分享一个超级有用的博主的解决方案,安装烦了并且老手

  • 【开发笔记】-Mac下安装部署nginx2021-05-18 22:34:40

    ### 记录一下Mac安装nginx的过程遇到的问题 1. 打开终端   2. 安装Command Line tools xcode-select --install //如果已安装tools的,跳过本步 3. 安装brew命令 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 4. 安装ngin

  • 在github中存储markdown图片2021-05-18 22:30:12

    1.首先,在github上建立仓库用于存放Image(经过测试,好像选择private还是public都没有影响)。 2.将项目clone到本地,将图片放在对应的目录,并push到仓库中,这样在仓库中就可以看到图片了。 3.markdown中插入图片的格式为,其中[ ]存放的是显示的图片名,括号中存放的是图片链接,在这里也

  • Android Studio调用Github中的json文件2021-04-24 20:59:59

    调取格式: https://raw.githubusercontent.com/:owner/:repo/master/:path 调取说明: 我欲调用的完整代码地址: https://github.com/HongduoXu/MilkPO/blob/main/index.json 格式: https://raw.githubusercontent.com/:owner/:repo/master/:path 合成地址: https://raw.githu

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有