赞
踩
参考 github520 仓库处理。或者直接下载文件:https://raw.hellogithub.com/hosts,进行更新。
因为配置的 Token没有workflow权限,进入到github账号下,进入 setting -> developer settings,找到 personal access tokens,选择使用的token,在Select scopes中找到workflow,选中后保存即可。
git config --global http.version HTTP/1.1
已经采用的VPN,浏览器可以上GITHUB,但TortoiseGit 提交时报错。解决方案如下:
- git config --global http.proxy http://127.0.0.1:1080
- git config --global https.proxy https://127.0.0.1:1080
- git config --global --unset http.proxy
- git config --global --unset https.proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。