WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP
https://w.org/playground/
GNU General Public License v2.0
1.65k stars 263 forks source link

Could not read from remote repository. #1961

Open rayhanwealcoder opened 3 weeks ago

rayhanwealcoder commented 3 weeks ago

$ git clone -b trunk --single-branch --depth 1 --recurse-submodules git@github.com:WordPress/wordpress-playground.git Cloning into 'wordpress-playground'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

bgrgicak commented 3 weeks ago

Hey @rayhanwealcoder 👋 This looks like a GitHub permission error to me.

Are you usually able to pull from GitHub using SSH?

Is your SSH connection working correctly? Here are some testing instructions. If no, you can add a new one.

Alternatively, you could clone using HTTP with this command:

git clone -b trunk --single-branch --depth 1 --recurse-submodules https://github.com/WordPress/wordpress-playground.git

Please let me know how that goes and if you have any questions.