permission denied while cloning repo
maheenmazhar opened this issue · comments
maheenmazhar commented
facing access rights issue while cloning the repository
M commented
facing access rights issue while cloning the repository
Can you post the message logs?
Harshitha Sompura commented
@maheenmazhar this error happens when you don't have any public SSH keys in your GitHub account aka this command(git clone git@github.com:homielab/audiobookapp.git). If you still want to clone, you can try cloning via HTTPS(from the clone dropdown in the repo). Although generating an SSH key for your account is also another option.