Skip to content

Conversation

rawrmaan
Copy link
Contributor

@rawrmaan rawrmaan commented Jul 2, 2019

I ran into the following issue when deploying to Heroku with this package in the package.json:

-----> Installing dependencies
       Installing node modules (package.json + package-lock)
       Unhandled rejection Error: Command failed: /usr/bin/git submodule update -q --init --recursive
       warning: templates not found /tmp/pacote-git-template-tmp/git-clone-1f26257e
       Host key verification failed.
       fatal: Could not read from remote repository.
       
       Please make sure you have the correct access rights
       and the repository exists.
       fatal: clone of '[email protected]:adjust/android_sdk.git' into submodule path 'ext/android/sdk' failed

This article explains why you should always declare git submodule URLs as HTTPS rather than the [email protected]: SSH form for maximum compatibility. This PR makes that simple change, fixing the issue.

@rawrmaan rawrmaan changed the title Update .gitmodoles URLs to use HTTPS instead of SSH Update .gitmodules URLs to use HTTPS instead of SSH Jul 2, 2019
@uerceg
Copy link
Contributor

uerceg commented Jul 2, 2019

Replaced with #70.

@uerceg uerceg closed this Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants