D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

FarahSaeed opened this issue · 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!

Let me have a try, will reply soon.

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

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.