当前位置:   article > 正文

git clone 失败问题_gitlab ssh 克隆失败 does not appear to be a git reposi

gitlab ssh 克隆失败 does not appear to be a git repository

git clone 失败问题

1、问题现象

今天在使用git下载qemu源代码的时候, git clone git://git.qemu.org/qemu.git 总是提示

Cloning into ‘qemu’…
fatal: ‘origin’ does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

这里写图片描述

2、问题分析

此问题断断续续解决了两天, 并且再次确认github以及本地git配置都是正确的, 始终没找到真正的解决办法,倍感郁闷。
今天在https://stackoverflow.com/questions/32238616/git-push-fatal-origin-does-not-appear-to-be-a-git-repository-fatal-could-n上偶然看到一个方法, 使用git remote -v 来 check that your origin is set by running。 在git clone环境下输入git remove -v,打印如下:

kitty@kitty-virtual-machine:/mnt/hgfs/Linux/GIT$ git remote -v
fatal: Not a git repository (or any parent up to mount point /mnt/hgfs)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

这里写图片描述

这个提示很明显, fatal: Not a git repository (or any parent up to mount point /mnt/hgfs) 。

我的git clone是在虚拟机上运行的, /mng/hgfs 是我挂载在虚拟机上的一个外接硬盘, 在/mng/hgfs 下执行git clone居然会失败!

3、解决办法

切换到~/Document下,再次 执行git clone git://git.qemu.org/qemu.git,成功执行。
这里写图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/963608
推荐阅读
相关标签
  

闽ICP备14008679号