在使用git克隆服务器上的项目的时候出现错误,不知道怎么解决了。我的执行如下
Admin@Administrator MINGW64 /d/htdocs/workwindow
$ git clone git.............git develop.local/
fatal: destination path 'develop.local' already exists and is not an empty directory.
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
嗯,
git
在clone
的时候如果指定的文件夹不是空的,确实会有这种错误的,解决参考如下这样就可以把你远程仓库
git
和本地这个非空文件关联好啦,可以放心使用git
啦