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
Update 'git clone' command from ssh to https (#42)
The old command: "git clone git@github.com:hetznercloud/terraform-provider-hcloud" gave me the following output:
Cloning into 'terraform-provider-hcloud'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
A simple way to solve this is to use the web address of the repository. Like this the access rights do not matter in a public repository.
0 commit comments