Cannot install dependencies

I cannot install dependencies with the next error:
Username for ‘https://github.com’: command pod install took more than 300 seconds since last output
It seems that pod install command asks the credentials, but nobody provides them.
Could you please help me to overcome this issue?

Looks like you are trying to pull in something from github via HTTPS, we only support using git@github.com (SSH) since there is no way to use a username and password during the build.

Can you make sure that all of your dependencies are pulling from git@ instead of https?