git 下载失败

-- 错误0

加 sudo

-- 错误1

不能下载,或端口错误

设置 git 代理为全局代理, 看之前的文章

git config --global http.proxy

git config --global https.proxy

Git报错: Failed to connect to github.com port 443 解决方案-CSDN博客

解决 Failed to connect to github.com port 443:connection timed out_failed to connect to gitlab. connection timed out-CSDN博客

-- 错误2

remote: Enumerating objects: 354980, done.

remote: Counting objects: 100% (52906/52906), done.

remote: Compressing objects: 100% (963/963), done.

error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)

fatal: the remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed

git clone报错RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)_not closed cleanly: cancel (err 8) 2549 bytes of b-CSDN博客

-- git 下载特定分支

master branch of this repo is to be used with ESP-IDF v5.1, while the release/v2.x branch is to work with ESP-IDF v4.4

不能下载加 sudo

相关推荐
lpfasd1232 小时前
git-团队协作基础
chrome·git·elasticsearch
John Song4 小时前
git多个账号管理
git·github
CV_J4 小时前
解决Git 冲突后本地提交丢失/未推送问题
git
__Witheart__5 小时前
Git 某个分支恢复到某个特定的 commit 状态
git
XU磊2606 小时前
Git 实现github仓库管理-删除指定目录下的所有文件并保留目录结构
git·github
zhimingwen8 小时前
解决 GitLab Token 轮换后 SourceTree 认证失败问题
git
昵称是6硬币9 小时前
代码管理——VS Code|Git
git·代码管理
Trouville019 小时前
如何在VScode环境下使用git进行版本控制,并上传到gitee远程仓库
ide·git·vscode
weixin_4233919310 小时前
从开发到合并:AICR 项目 Git 协作提交全流程指南
git
paishishaba12 小时前
Git常用命令大全及提交推送详解
git