crystal-community / jwt

JWT implementation in Crystal
MIT License
206 stars 24 forks source link

Install Failed #7

Closed cevarief closed 7 years ago

cevarief commented 7 years ago
jwt:
    github: crystal-community/crystal-jwt
# shards install
...
Updating https://github.com/crystal-community/crystal-jwt.git
Username for 'https://github.com': cevarief
Password for 'https://cevarief@github.com':
Failed to clone https://github.com/crystal-community/crystal-jwt.git

It works if i clone manually to lib folder.

solisoft commented 7 years ago

@cevarief use

jwt:
    github: crystal-community/jwt

There is a typo in the doc

greyblake commented 7 years ago

Thanks for the report. Yeap, this repo was moved from https://github.com/greyblake/crystal-jwt, so something has not been renamed. Addressed in https://github.com/crystal-community/jwt/pull/10