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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -