[PYTHON] How to deal with "fatal: destination path''already exists and is not an empty directory." When trying to clone on Git hub

% git clone [email protected]:ochun0116/saku202010.git

When I tried to clone with fatal: destination path 'saku202010' already exists and is not an empty directory. Has come out. "When cloning, make it an empty folder!"

It seems that the correspondence will be changed directory and it will be done where the folder is.

That is,

% cd ../
% rm -fr saku202010
% git clone [email protected]:ochun0116/saku202010.git

is. スクリーンショット 2020-10-17 12.54.05.png

It's done!

Recommended Posts

How to deal with "fatal: destination path''already exists and is not an empty directory." When trying to clone on Git hub
How to make an arbitrary DictCursor with PyMySQL and not return None when NULL
How to deal with the problem that the current directory moves when Python is executed from Atom
How to deal with errors when installing whitenoise and deploying to Heroku
How to install pandas on EC2 (How to deal with MemoryError and PermissionError)
How to deal with errors when installing Python and pip with choco
[AWS] How to deal with WordPress "An error occurred when cropping an image."
Problems and solutions when trying to put rbenv with git submodule (also pyenv)
[AWS] Wordpress How to deal with "The response is not a correct JSON response"
How to deal with errors when hitting pip ②
How to deal with SessionNotCreatedException when using Selenium
How to deal with Django's Template Does Not Exist
How to install Git GUI and Gitk on CentOS
[VLC] How to deal with the problem that it is not in the foreground during playback