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
Hello,
I don't know if this is the best template to start eclipse but I tried it and am failing to make it work for now.
There was an issue with the PVC that I fixed by adding wait_until_bound = false in the pvc resource definition to make the PCV not wait for a pod to be bound.
Then I get this error :
------------------ EXECUTE COMMAND ------------------
+ echo 'Executing command: '\'''\'''
Executing command: ''
+ exec
Installing dotfiles from [email protected]:sharkymark/dotfiles.git
Checking if dotfiles repository already exists...
Did not find dotfiles repository at /home/kasm-user/.config/coderv2/dotfiles
Cloning into 'dotfiles'...
Warning: Permanently added 'github.com,140.82.121.4' (ECDSA) to the list of known hosts.
[email protected]: Permission denied (publickey).
Coder authenticates with git using the public key below. All clones with SSH
are authenticated automatically 🪄.
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVZrcoTSQTqlUU2+xjX5BUGnGoe3D0Isj3L2Hjn/gLz
Add to GitHub and GitLab:
> https://github.com/settings/ssh/new
> https://gitlab.com/-/profile/keys
exit status 255
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
exit status 128
not sure why you need an ssh key for cloning a plublic repo ?
The text was updated successfully, but these errors were encountered:
Hello,
I don't know if this is the best template to start eclipse but I tried it and am failing to make it work for now.
There was an issue with the PVC that I fixed by adding
wait_until_bound = false
in the pvc resource definition to make the PCV not wait for a pod to be bound.Then I get this error :
not sure why you need an ssh key for cloning a plublic repo ?
The text was updated successfully, but these errors were encountered: