github プロジェクトを自分のプロジェクトにコピーしたいと考えています。端末で次のことを行いました
cd *your-project-location*
git submodule add git@github.com:escoz/QuickDialog.git
プロジェクトフォルダーにすべての読み取りと書き込みのアクセス許可を与えましたが、ターミナルで次のエラーが発生しています。
MacBook-Pro-van-Stef-2:FormsExample geelenstef$ git submodule add git@github.com:escoz/QuickDialog.git
Cloning into 'QuickDialog'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:escoz/QuickDialog.git' into submodule path 'QuickDialog' failed
誰にもアイデアがありますか?
敬具