medusajs / b2b-starter-medusa

Official Medusa B2B Starter template. Features common B2B ecommerce requirements and can be easily adapted and extended.
https://dub.sh/medusa-b2b-starter
MIT License
114 stars 23 forks source link

chore: git clone via https #46

Closed nikohann closed 3 weeks ago

nikohann commented 4 weeks ago

This pull request simplifies the process of cloning the repository and fixes an issue where some users get a public key error when using SSH.

nikohann@Nikos-Air medusa % git clone git@github.com:medusajs/b2b-starter-medusa.git
Cloning into 'b2b-starter-medusa'...
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.
riqwan commented 3 weeks ago

Thanks @nikohann