Skip to content

Commit df61a47

Browse files
nopxthetechnick
authored andcommitted
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.
1 parent 3a191d0 commit df61a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Clone repository to: `$GOPATH/src/github.com/hetznercloud/terraform-provider-hcl
5656

5757
```sh
5858
$ mkdir -p $GOPATH/src/github.com/hetznercloud; cd $GOPATH/src/github.com/hetznercloud
59-
$ git clone git@github.com:hetznercloud/terraform-provider-hcloud
59+
$ git clone https://github.com/hetznercloud/terraform-provider-hcloud.git
6060
```
6161

6262
Enter the provider directory and build the provider

0 commit comments

Comments
 (0)