GraphQL-Portal / graphql-portal-docker

Docker builds for GraphQL Portal Gateway and Dashboard
https://www.graphql-portal.com/
MIT License
9 stars 7 forks source link

Having problems with git clone #3

Open Matt2012 opened 3 years ago

Matt2012 commented 3 years ago

git clone git@github.com:code-store-platform/graphql-portal-docker.git cd graphql-portal-docker

PS V:\Docker Images\GraphQL Portal Dashboard\graphql-portal-docker> cd graphql-portal-docker
PS V:\Docker Images\GraphQL Portal Dashboard\graphql-portal-docker\graphql-portal-docker> git clone git@github.com:code-store-platform/graphql-portal-docker.git
Cloning into 'graphql-portal-docker'...
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.
valcker commented 3 years ago

Hi @Matt2012 ,

Please try this: git clone https://github.com/GraphQL-Portal/graphql-portal-docker.git

Your error probably means that you have to configure SSH keys for your GitHub account locally.