问题描述
我刚刚从Github帐户克隆了一个存储库,并将目的地设置为驱动器I上的存储库文件夹:在系统中,我将该文件夹设置为默认存储库位置.克隆成功,但是只有.git文件夹位于repo文件夹中,其余所有 解决方案的文件从根目录写入驱动器C:.在搜寻解释中,我能找到的唯一信息是许多如何在vs2013中克隆github存储库的教程,每个教程都显示了整个项目出现在存储库中 文件夹.
I just cloned a repo from my Github account and set the destination to my repo folder on drive I: in my system, I have this folder set as my default repo location. THe clone succeeded, but only my .git folder was in the repo folder, all of the rest of the files for the solution were written to drive C:, at the root. The only pieces of info I could find in my searches for an explanation were many tutorials of how to clone a github repo in vs2013, and every one showed the whole project showing up in the repo folder.
如果有人知道这里会发生什么,我将非常感谢您的帮助.
If anyone has any idea what could be happening here I would greatly appreciate your help.
谢谢,
Rob M.
时间的唯一原因是使所有内容都不会立即发生."
"The only reason for time is so that everything doesn't happen at once."
推荐答案
我还运行了git status,它显示所有写入C:\的文件都为Deleted.
I also ran git status and it showed all of the files written to C:\ as Deleted.
我觉得一定有配置错误或类似的错误,但是我找不到它.
I feel there must be a configuration stting or the like amiss, but I cannot find it yet.
任何帮助表示赞赏.
RM
这篇关于在vs2013中从GIthub克隆回购代码以驱动I :,文件转到驱动器C:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!