GIT Issues - Permission Denied

DigitalDev

Verified User
Joined
Jul 20, 2022
Messages
90
I am having some GIT issues with DA, i have never used it via DA before but i assume the principles are the same.

I have created a repo with and without a keyfile (i am using the public key file in there?)
but no matter what i do to clone i get permission denied and asked for my password. My DA account password doesnt seem to work.

In short i cannot create and clone a repo successfully.
 
These seems permission issues related to Git repository using DigitalOcean (DA), check out some of these troubleshooting tricks,
1. reverify your authentication method, double check if you are using correct SSH key pair
2. make sure you are using public key in the repository and the private key on your local machine
3. generate a new SSH key pair using ssh-keygen, check private key file has the correct permissions
4. make sure you are using correct DA username and password
 
Back
Top