graphhopper / directions-api-clients

API clients for various languages for the GraphHopper Directions API
https://docs.graphhopper.com/
Apache License 2.0
30 stars 39 forks source link

failed to clone from git- client invalid username or password #36

Closed kushjoshi26 closed 5 years ago

kushjoshi26 commented 5 years ago

graphclient

karussell commented 5 years ago

This is likely some local setting problem. Please also describe your problem (include what you tried step by step and what you expect) otherwise we cannot help.

kushjoshi26 commented 5 years ago

first, download SwaggerClient-php from GitHub and replace composer.json with { "repositories": [ { "type": "git", "url": "https://github.com/graphhopper/directions-api-client.git" } ], "require": { "graphhopper/directions-api-client": "*@dev" } } then simply run composer install in composer