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

最后成功上传

相关推荐
Molesidy3 小时前
【Git】对于github的本地ssh客户端的配置与分支的使用
git·ssh·github
playStudy4 小时前
从0到1玩转 Google SEO
python·搜索引擎·github·全文检索·中文分词·solr·lucene
北城笑笑12 小时前
Git 9 ,.git/index.lock 文件冲突问题( .git/index.lock‘: File exists. )
前端·git·gitee·gitlab·github
小先生0010113 小时前
GraphRAG 知识图谱核心升级:集成 langextract 与 Gemini ----实现高精度实体与关系抽取
人工智能·python·开源·prompt·github·bert·知识图谱
一点一木16 小时前
🚀 2025 年 08 月 GitHub 十大热门项目排行榜 🔥
前端·人工智能·github
阿巴~阿巴~1 天前
Git 删除文件
git·gitee·github
绝无仅有1 天前
Go 并发同步原语:sync.Mutex、sync.RWMutex 和 sync.Once
后端·面试·github
绝无仅有1 天前
Go Vendor 和 Go Modules:管理和扩展依赖的最佳实践
后端·面试·github
项目題供诗1 天前
Hadoop(四)
大数据·hadoop·github
10岁的博客1 天前
GitHub宕机自救指南技术文章大纲
github