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

最后成功上传

相关推荐

  1. github代码遇到问题

    2024-02-03 11:36:02       34 阅读
  2. Github代码

    2024-02-03 11:36:02       41 阅读
  3. code至github步骤

    2024-02-03 11:36:02       7 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-02-03 11:36:02       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-02-03 11:36:02       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-02-03 11:36:02       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-02-03 11:36:02       20 阅读

热门阅读

  1. Linux——用户和用户组管理

    2024-02-03 11:36:02       26 阅读
  2. 查询到List后再进行分页(mybatis-plus

    2024-02-03 11:36:02       31 阅读
  3. Redis常用数据类型--List

    2024-02-03 11:36:02       31 阅读
  4. 大端和小端模式介绍

    2024-02-03 11:36:02       34 阅读
  5. Ubuntu-docker下的MySQL部署(持续更新)

    2024-02-03 11:36:02       30 阅读
  6. LeetCode 24天

    2024-02-03 11:36:02       31 阅读