Connection to git repository failed

Output of docker logs rasa-x

/usr/local/lib/python3.8/dist-packages/rasax/community/utils/cli.py:84: UserWarning: An error happened when trying to access 'git@gitlab.com:abhishek.rth/hrchatbot.git'. It seems you don't have to correct permissions for this repository. Please check if your credentials are correct and you have write permissions in the given repository. The error was: Cmd('git') failed due to: exit code(128)
  cmdline: git clone -v --depth=1 --branch=main git@gitlab.com:abhishek.rth/hrchatbot.git /tmp/tmpvaao4625
  stderr: 'Cloning into '/tmp/tmpvaao4625'...
ssh: connect to host gitlab.com port 22: Cannot assign requested address
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
'.

I deployed rasa-x with docker-compose. what could be the reason and how to solve it