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

最后成功上传

相关推荐
晚风予星11 小时前
Repository Contribution Count Action:开源贡献者的专属统计神器
开源·github
FromCyun15 小时前
优化GitHub访问问题
github·host
uhakadotcom16 小时前
NVIDIA CUDA Python 常用 API 及详细教程
算法·面试·github
逛逛GitHub19 小时前
这个 GitHub 项目牛逼!在手机上用 Claude Code 或 Codex。
github
stark张宇21 小时前
Git 与 GitHub 协同工作流:从0到1搭建版本控制体系
git·gitlab·github
爱吃生蚝的于勒21 小时前
【Linux】零基础学会Linux之权限
linux·运维·服务器·数据结构·git·算法·github
数字冰雹21 小时前
图观 流渲染打包服务器
服务器·前端·github·数据可视化
白鲸开源21 小时前
3.1.8<3.2.0<3.3.1,Apache DolphinScheduler集群升级避坑指南
java·开源·github
计算机小手1 天前
推荐一个 GitHub 开源项目信息卡片生成工具,支持Docker快速部署和API调用
经验分享·docker·github·开源软件
ssshooter1 天前
GitHub 删除无法访问的 mention
github