当前位置:   article > 正文

GitHub的问题汇总_无法访问github

无法访问github

1. GitHub无法访问的问题

参考 github520 仓库处理。或者直接下载文件:https://raw.hellogithub.com/hosts,进行更新。

2. 提交报错:refusing to allow a Personal Access Token to create or update workflow

因为配置的 Token没有workflow权限,进入到github账号下,进入 setting ->  developer settings,找到 personal access tokens,选择使用的token,在Select scopes中找到workflow,选中后保存即可。

3. fatal: unable to access 'https://github.com/xxxxxx.git/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

git config --global http.version HTTP/1.1

4. Failed to connect to github.com port 443 after xxxx ms: Timed out

已经采用的VPN,浏览器可以上GITHUB,但TortoiseGit 提交时报错。解决方案如下:

  1. git config --global http.proxy http://127.0.0.1:1080
  2. git config --global https.proxy https://127.0.0.1:1080
  3. git config --global --unset http.proxy
  4. git config --global --unset https.proxy

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

闽ICP备14008679号