github上传代码遇到的问题

今晚跟着这一篇文章在GitHub上测试上传项目。《怎样在GitHub上传自己的项目》

在最后一步 git push -u origin master 遇到了问题

warning: redirecting to https://github. com/xxx/test.git/

error: RPC failed;cur1 28 Recv failure: Connection was reset

send-pack: unexpected disconnect while reading sideband packet

fatal: the remote end hung up unexpectedly

Everything up-to-date

尝试了这篇文章的方法 跳转至文章也就是git config --global --unset http.proxygit config --global --unset https.proxy 没有用。

最后发现是在 git remote add origin https:// 这个链接写错了,http少写了一个s

最后成功上传

相关推荐
darkb1rd1 小时前
bumblebee:供应链安全本地扫描实战指南
开源·github·好物分享
解道Jdon4 小时前
[Budi插件:VsCode状态栏显示Copilot使用情况
ide·windows·git·svn·eclipse·github·visual studio
百度地图开放平台6 小时前
我用百度地图 Skills 体系重构了物流调度系统,节省了 90% 的人力
前端·github
Hommy8811 小时前
【剪映小助手】贴纸搜索接口
开源·github·aigc·剪映小助手·视频剪辑自动化
vortex512 小时前
GitHub 开源信息搜索指南:Web 语法与 CLI 工具
开源·github
vortex513 小时前
Kali Linux 安装与使用 GitHub CLI (gh)教程
linux·运维·github
qcx2314 小时前
【AI Daily】AI日报 | 2026-05-24
ai·llm·github·论文·agent
阿里嘎多学长14 小时前
2026-05-24 GitHub 热点项目精选
开发语言·程序员·github·代码托管
CoderJia程序员甲14 小时前
GitHub 热榜项目 - 周榜(2026-05-24)
ai·llm·github·ai教程
星栈独行15 小时前
别让 API 跳去登录页:我在 Axum 里做了认证失败双通道
前端·后端·rust·开源·github·个人开发