いつもどおり
git clone https://hogehoge
で、クローンしようとしたら、
remote: Repository not found. fatal: repository 'https://github.com/aipocom/message-ios.git/' not found
のエラーメッセージが!! リモートレポジトリは絶対ある! じゃあsshなら?
…結局同じエラー ググッてみたら
git clone https://username:password@github.com/org/project.git
との記述があったので(Githubにhttpsでgit cloneできない時やったこと )、これでやってみたらいけました!