当执行以下操作时,我在更新项目中的子模块时遇到麻烦:git update submodule --init --recursive
我得到了:
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:dir/f-spinnaker-sdk.git' into submodule path
'/local/path/src/repo/src/flir_spinnaker_driver/SpinnakerSDK' failed
Failed to clone 'src/flir_spinnaker_driver/SpinnakerSDK'. Retry scheduled
Cloning into '/local/path/src/repo/src/dir/docs/submodule'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
我不希望我的访问权限有问题,我的用户应具有所有必需的权限。 Retry scheduled
是什么?