lazurey / strapi-plugin-content-export-import

Strapi plugin for content export and import
166 stars 47 forks source link

Update Readme.MD #7

Closed zambo closed 2 years ago

zambo commented 4 years ago

Changed the github link to http and fixed a small typo.

lazurey commented 4 years ago

Hi @zambo may I ask why change from git to https?

zambo commented 4 years ago

Hi @zambo may I ask why change from git to https?

Hi @lazurey

Using git there's this error by default:

Cloning into 'content-export-import'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Using https we avoid this error.

lazurey commented 4 years ago

Hi @zambo Hmm, it's quite weird, this is a public repo and i asked a few people to try clone it using git, they don't experience any permission issues. Would you like to check your ssh key configs again? If no permission issue, I personally prefer git. Thanks,

SalahAdDin commented 4 years ago

It is related to ssh key configs, yes, I got the same fail too, I solved it downloading by HTTPS(the easiest way).