原文:VS2019连接Github,克隆报错Git failed with a fatal error.Could not read from remote repository.

问题 具体如图: 解决方案 将https改为http。 很少用github,看网上的解释是跟密钥有关,懒得研究了 实际是搞不懂 ,能解决问题就好了。 更新:应该跟这个有关,GitHub Desktop报错 Authentication failed. Some common reasons include ...

2020-10-11 00:12 0 606 推荐指数:

查看详情

git错误:fatal: Could not read from remote repository.解决

出现上述错误的原因是:运维将公司一台机子上的git私有仓库迁移至另一台机子上了,导致之前对原先的机子上的代码提交失效,没有权限。 解决步骤: 以上。 ...

Wed Aug 12 19:03:00 CST 2020 0 4678
git push时报错fatal: Could not read from remote repository.

后来发现,出现这个问题是因为仓库地址不对 使用如下命令先查看一下: $ git remote -v 发现跟github的地址不一致 然后在终端输入:git remote set-url origin XXX 然后重新push就可以了 ...

Sun Mar 25 19:29:00 CST 2018 0 21622
关于github报错 ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository.

今天上午写demo的时候,突然pull不下代码了,报了一下这样情况的错误: 看了一下代码,怀疑是网路错误,因为在这以前一切都正常的,然后将代码复制搜索了一番,解决办法有很多什么配置config啦,git config --local -e啦,能试的都测试了,还是不行,最后,不想当时浪费 ...

Wed May 15 22:04:00 CST 2019 0 5186
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM