Skip to content

Commit

Permalink
url to git clone didn't work
Browse files Browse the repository at this point in the history
old url resulted in Permission denied error:
```
gawi@uni-new:~/workspace$ git clone git@github.com:openlayers/ol-browserify.git
Cloning into 'ol-browserify'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```
  • Loading branch information
piotr-gawron authored Aug 8, 2019
1 parent 3457ef9 commit 8c0edbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how the `ol` package can be used with browserify.

Clone the project.

git clone git@github.com:openlayers/ol-browserify.git
git clone https://github.com/openlayers/ol-browserify.git

Install the project dependencies.

Expand Down

0 comments on commit 8c0edbf

Please sign in to comment.