ember-octane icon indicating copy to clipboard operation
ember-octane copied to clipboard

git clone command (from the README.md) fails

Open DChandlerP opened this issue 3 years ago • 1 comments

➜ ~ git clone [email protected]:mike-north/ember-octane-workshop.git Cloning into 'ember-octane-workshop'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

DChandlerP avatar Oct 08 '21 14:10 DChandlerP

Rather than SSH, try it with HTTPS:

git clone https://github.com/FrontendMasters/ember-octane.git

ogirginc avatar Apr 23 '22 13:04 ogirginc