Unable to clone sample apps repo

Hi @velmurugan @Raviraj ,

While cloning repo I am getting permission denied due to publicKey, Any solutions?

REPO LINK: ```
git clone git@github.com:freshworks/marketplace-sample-apps.git

IMAGE:

Cheers,

@Furqan_Mehboob ,

It is the public repo so you are able to access it anywhere,

can you try reset your git SSH keys and try clone again?
Kindly let us know if you are still facing the issue after the reset :slight_smile:

Thanks

1 Like

The above instruction assumes you connect to github using SSH

You can also clone without SSH because marketplace sample apps is a public repo…

Try

git clone https://github.com/freshworks/marketplace-sample-apps.git
1 Like

I downloaded the whole zip folder named Play-Along.Its working.

Thank you