Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcan't clone use ssh key #866
Closed
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi~ I can't use my id_rsa key to clone my repo.
this is my directory structure:
├── code
├── git_test.py
├── id_rsa
├── id_rsa.pub
└── ssh_executable.sh
I tried both methods and could not succeed clone repo....
if I move the
id_res
id_res.pub
to~/.ssh
. it will success. hoping to get your help~