D-X-Y/AutoDL-Projects

Permission denied (publickey)... Error when cloning repo

FarahSaeed opened this issue · 4 comments

Hi,

I am trying to download the repo using following lines.

git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git XAutoDL
git clone --recurse-submodules https://github.com/D-X-Y/AutoDL-Projects.git XAutoDL

However it shows this error when I run the first line.

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I have tried on both Windows and Linux. It shows this error on both.

Thanks!

D-X-Y commented

Let me have a try, will reply soon.

D-X-Y commented

@FarahSaeed does "git clone https://github.com/D-X-Y/AutoDL-Projects.git XAutoDL" work on your machine?

D-X-Y commented

Sorry for the misleading README, "git clone --recurse-submodules https://github.com/D-X-Y/AutoDL-Projects.git XAutoDL" should work now.

Thank you so much. It is working now.