关于如何成功进入和注册github的一点点过程

文章讲述了用户在GitHub注册过程中遇到Captcha验证问题,通过检查浏览器、网络设置、hosts文件修改和DNS刷新,发现解决方案是更改hosts文件并确保访问特定域名,最终通过调整hosts文件和DNS解决Captcha验证难题。
摘要由CSDN通过智能技术生成

问题描述

注册的过程中出现错误:Unable to verify your captcha response. Please visit https://help.github.com/articles/troubleshooting-connectivity-problems/#troubleshooting-the-captcha for troubleshooting information.


原因分析:

进入报错里面的网站https://help.github.com/articles/troubleshooting-connectivity-problems/#troubleshooting-the-captcha,逐个找问题,
Troubleshooting the captcha
If you’re unable to verify with the captcha:

Ensure JavaScript is enabled on your browser.
Ensure your browser is supported. If your browser isn’t supported, upgrade your browser or install a supported browser. For a list of supported browsers, see “Supported browsers.”
Ensure your network configuration is not blocking https://octocaptcha.com/ or https://arkoselabs.com/. If you’re behind a corporate firewall, contact your IT administrator to allow those domains. To verify access to these domains, visit https://octocaptcha.com/test and ensure the text “Connection successfully made!” is displayed. Then, visit Arkose Labs Demo for a captcha test page, and ensure you are able to load the captcha.
Ensure your browser does not have plug-ins or extensions that may be interfering with GitHub. If so, temporarily disable the plug-ins or extensions during captcha verification.

不是javaScripts的问题,也不是浏览器的问题,问题再于验证通过不了,也就是https://octocaptcha.com/就是进不了。

解决方案:

尝试了方法有:登录vpn和使用手机热点还有手机注册。
手机注册连github都进不了,vpn也没啥用。手机热点能够进入,短暂的成功了一次,但是因为那个验证错了一两次,就再也进不去了,属于是一个时灵时不灵的一个方法。
然后参考了知乎大神:解决:无法注册github,终于成功了。

我进入github的时候就是C:\Windows\System32\drivers\etc下的hosts文件作了更改,能够进入github,但是注册需要进入的https://octocaptcha.com/还是不能进去,就需要再额外设置他的地址。hosts用记事本打开,在hosts的最下面添加如下

#Github
140.82.114.4 github.com
199.232.69.194 github.global.ssl.fastly.net
140.82.112.4 octocaptcha.com

保存后再进入cmd下先刷新dns缓存,输入命令:

ipconfig/flushdns

之后再

ping github.com
ping octocaptcha.com

如果连接成功就是能够成功注册了,不能成功就再去网站https://www.ipaddress.com/查一查ip地址有没有改变,如果改变了就随之更改一下hosts里的ip地址,没有改变就可能是网站人数太多之类的,多试几次。
只恨我计网学的不好,也讲不出个123来。
在验证图片的时候第一次不正确第二次就是要识别两张图片,第三次就要识别三张。我真就愚蠢如斯,那个指方向真的挺怪的……

  • 47
    点赞
  • 28
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值