An error occurred when using git to clone the project on the server. I don’t know how to solve it. My execution is as follows
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.
Well, if the specified folder is not empty when
git
在clone
, this error will indeed occur. The solution is as followsThis way you can set up your remote warehouse
git
和本地这个非空文件关联好啦,可以放心使用git