android - Failed to clone 'MobileBuy/libs/graphql_java_gen' -


hi trying use mobilebuy sdk https://github.com/shopify/mobile-buy-sdk-android , not able clone sample application. have added ssh keys github profile yet not able clone. have added screenshot of problem. here link of sample application https://github.com/shopify/mobile-buy-sdk-android/tree/master/mobilebuy/sample. highly appreciated.

screenshot

try , update knwon_hosts file:

ssh-keygen -r github.com ssh-keyscan -h -t rsa github.com >> c:\users\<yourlogin>\.ssh\known_hosts 

that way, ssh should able verify host key.

make sure path includes <git>/usr/bin (where ssh commands are)


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -