Hello.
I Could not clone from github. (use ssh)
Below are the steps that I tried.
- Create ssh on my Macbook. ($ssh-keygen -t rsa)
- Sent id_rsa & id_rsa.pub to iPad mini4(iPad OS 13.1.2)
- Create a new project on play.js (with clone from git repository)
- Remote setting.
- Address : git@github.com:XXX/project-name.git
- User : Empty
- Password: Empty
- SSH Setting.
- Public Key : id_rsa.pub (created step1)
- Private Key: id_rsa (created step1)
- Passphrase: Entered passphrase.
Please let me know if I made a mistake.