D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.57k stars 282 forks source link

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

Closed FarahSaeed closed 3 years ago

FarahSaeed commented 3 years ago

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 3 years ago

Let me have a try, will reply soon.

D-X-Y commented 3 years ago

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

D-X-Y commented 3 years ago

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

FarahSaeed commented 3 years ago

Thank you so much. It is working now.