#How to deploy Medusa ecommerce using Docker
1 messages · Page 1 of 1 (latest)
Hello. Hope this help: https://github.com/beakman/medusa-stack-dockerized
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
You have to clone the repo. You can't set it as your remote origin since it is not your repo.
You could also fork it and then use the fork as your remote origin
i cloned
i just followed: https://github.com/beakman/medusa-stack-dockerized/tree/main
the instruction
Hey! You can’t clone the repo?
You get that error if you are trying to push or pull.
git clone [email protected]:beakman/medusa-stack-dockerized.git
Just type the above in your console.
It could also be github complaining about something unrelated to cloning this repo. it is just showing up because you are running git. For instance, if you tried to set up GPG on this machine, it may not be set up correctly. You can test it by running:
ssh -T [email protected]
If you get an error, you need to fix that first.
On Linux:
ssh-keygen -t ed25519 -C "[email protected]"
Now add the id_[cipher].pub to Github under Settings
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
Then test again:
ssh -T [email protected]
i forked, so im fine, but still i cant clone the repo, i wasnt trying to pull, i basically copy pasted the very first line: git clone [email protected]:beakman/medusa-stack-dockerized.git