私はサブプロジェクトとして別のプロジェクトを使用する2つのプロジェクトを持っています。多くの試行錯誤の末、私はリモートサブモジュールを新しいプロジェクトと同じ英雄アカウントに移して、ユーザー権限を取り除くことができると考えてしまいました。herokuサーバーのサブモジュールとして別のherokuリポジトリを使用していますか?
しかし、認可はまだ動作しません:
remote: Git submodules detected, installing:
remote: Submodule 'foo' (ssh://[email protected]/foo.git) registered for path 'foo'
remote: Cloning into 'foo'...
remote: Host key verification failed.
remote: fatal: Could not read from remote repository.
remote:
remote: Please make sure you have the correct access rights
remote: and the repository exists.
私はHerokuのに与えるべき設定はどのような? heroku sshキーを設定してもうまくいかなかったとか、何か間違ったことがありました。ssh -vvv heroku.comはアクセスを許可したようです。