在尝试克隆 aws repo 时,它不要求提供凭据并显示错误

While trying to clone aws repo it is not asking for credentials and showing error

我正在尝试克隆以下 aws 存储库: https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/soumenTestRepo

我正在使用命令:

git clone https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/soumenTestRepo

不提示输入凭据并显示以下错误:

Cloning into 'soumenTestRepo'...
fatal: unable to access 'https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/soumenTestRepo/': Failed to connect to git-codecommit.eu-west-1.amazonaws.com port 443: Timed out

我已经尝试了本文档中提到的所有这些修复: https://docs.aws.amazon.com/codecommit/latest/userguide/troubleshooting-ch.html#troubleshooting-windowshttps

这是由于网络问题造成的。它不允许连接从 GitHub 获取数据。我们可以使用 eclipse 来克隆存储库。