Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试从 github 克隆一个 repo 时,我得到了另一个我的 repos 内容。
我在 github 上有多个存储库。我刚刚分叉了一个朋友的项目,我试图将它克隆到我的本地机器上:
git clone https://github.com/username/projectname.git
在终端上看起来一切正常,但projectname目录的实际内容包含来自我另一个项目的文件。我想我有一个全局设置使该项目成为我的默认设置,但我不知道在哪里/如何更改它。
projectname