vbudilov / ionic-app-with-aws-cognito

Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
https://medium.com/@budilov
Apache License 2.0
65 stars 22 forks source link

[Documentation Error] #8

Closed icarosp closed 6 years ago

icarosp commented 7 years ago

Hello! First of all, great work building this project! It is helping me a lot to understand the workflow between cognito <> ionic.

I was reading the documentation and I found an error while trying to clone using the following command:

git clone --depth 1 git@github.com:vbudilov/aws-cognito-ionic2.git

I could fix it by replacing the url repository to https://github.com/vbudilov/aws-cognito-ionic2.git

So the command that worked for me was:

git clone --depth 1 https://github.com/vbudilov/aws-cognito-ionic2.git

Should I submit a PR changing it?

Thanks!

vbudilov commented 6 years ago

Thanks. If you have your ssh keys setup the original line would work for you.