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.
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.