设为首页 - 加入收藏  
您的当前位置:首页 >root >Mc制裁盒子下载,github作为仓库开发中常见尴尬解决 正文

Mc制裁盒子下载,github作为仓库开发中常见尴尬解决

来源:辅助科技网编辑:root时间:2026-06-11 15:44:01

Mc制裁盒子下载,github作为仓库开发中常见尴尬解决

1.报错:OpenSSL SSL_read: Connection was reset,作为中常 errno 10054

// 解决计划
git config --global http.sslVerify"false"
//  解决计划git config --global http.sslVerify "false"
// 解决计划git config --global http.sslVerify "false"

2.报错 :Failed to connect to github.com port 443: Timed out

// 解决计划
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
//  解决计划git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy https://127.0.0.1:1080git config --global --unset http.proxygit config --global --unset https.proxy
// 解决计划git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy https://127.0.0.1:1080git config --global --unset http.proxygit config --global --unset https.proxy

3.修改仓库地址

github计划更新后无法用账号密码推送 ,所以我们可以修改仓库地址带入token

git remote set-url origin https://你的仓库Mc制裁盒子下载token@github.com/用户名/仓库名称.git
git remote set-url origin https://你的token@github.com/用户名/仓库名称.git
git remote set-url origin https://你的token@github.com/用户名/仓库名称.git
内容校验完了
热门文章

    0.1213s , 5256.453125 kb

    Copyright © 2026 Powered by Mc制裁盒子下载,github作为仓库开发中常见尴尬解决,辅助科技网  

    sitemap

    Top