You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to run this container from a docker-compose.yml file without success. It feels like I am close! But ultimately I get denied access over SSH.
adam$ git clone git@localhost:gitolite-admin
Cloning into 'gitolite-admin'...
The authenticity of host 'localhost (::1)' can't be established.
ECDSA key fingerprint is SHA256:............
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
git@localhost: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
I have been trying to run this container from a docker-compose.yml file without success. It feels like I am close! But ultimately I get denied access over SSH.
Here is the file:
$KEY
and$NAME
are replaced with the bash script:I am then denied access with the following error:
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: