【发布时间】:2022-01-16 14:59:24
【问题描述】:
所以我试图从这里克隆一个 repo
https://github.com/nglglhtr/getter-setter
我创建了一个新文件夹 FirstDapp 并在此处打开 git gui 然后从那里打开 git bash
然后我进入:
git clone https://github.com/nglglhtr/getter-setter
然后 bash 终端说: 致命:工作树 'D/.../FirstDapp' 已经存在
所以我从这里尝试了解决方案:
Exception "working tree already exists" while cloning GIT repo in pre-push hook
但那些没有用。有什么想法吗?
【问题讨论】:
标签: git git-bash git-clone git-gui