ckeditor / strapi-plugin-ckeditor

CKEditor 5 - Official Integration for Strapi
https://market.strapi.io/plugins/@ckeditor-strapi-plugin-ckeditor
Other
72 stars 78 forks source link

Not able to install the Plugin locally #27

Open PaulBratslavsky opened 1 year ago

PaulBratslavsky commented 1 year ago

I wanted to use the CKEditor custom field. But after running...

  yarn add @ckeditor/strapi-plugin-ckeditor
  yarn build

I could not log into my Strapi Admin panel due to a blank screen.

Then I tried to install it locally, following the steps in your README file to see if I could spot and error or something I was missing.

  git clone git@github.com:ckeditor/strapi-plugin-ckeditor.git src/plugins/strapi-plugin-ckeditor

After running the following command, I get the message below.

  Cloning into 'src/plugins/strapi-plugin-ckeditor'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights  

Am I missing something on my end?

And was wondering if the custom field supports my current version of Strapi.


Strapi Version:  4.5.3
Node Version:   16.8.0

Thank you for your help in advance.  

Note: when reverting to Strapi version 4.4.0, everything works.  Not sure if there was a breaking change that was introduced with the new Strapi version. 
eruiz-impact commented 1 year ago

This is a known issue with the latest version of Strapi 4.5.3. Try downgrading to 4.5.2 and it should work just fine. Currently waiting on ckeditor to approve a PR that should fix this.

Reinmar commented 1 year ago

Am I missing something on my end?

Are you sure your git is signed into GitHub? It's a simple git clone command.

BTW, I merged the PRs and released a new version already so all other issues should be resolved too.

Mgsy commented 1 year ago

Hi @PaulBratslavsky! Do you still experience the issue with the latest plugin version?

shivaji commented 1 year ago

I am facing same issue with strapi 4.5.6

Cloning into 'src/plugins/strapi-plugin-ckeditor'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights

Mgsy commented 1 year ago

Could you please make sure that your Git is set up properly and that your SSH key is attached to your Git account? You can find some troubleshooting information about the error in the GitHub documentation - https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey.