We're using AWS CodeCommit, and have installed crucible in an Amazon Linux 2 EC2 server. We configured the credential-helper and everything works, but we constantly get this error when testing the connections and in the logs. Git version is 2.14 and we also tried with 2.19 with the same result.
Error testing connection.
Error talking to repository:
fatal: could not read Username for 'https://git-codecommit.us-east-1.amazonaws.com': Input/output error
at com.atlassian.fisheye.git.GitScmConfig.testConnection(GitScmConfig.java:120)
at com.cenqua.fisheye.RepositoryConfig.testConnection(RepositoryConfig.java:390)
at com.atlassian.fisheye.spi.admin.impl.DefaultRepositoryAdminService.testConnectionFor(DefaultRepositoryAdminService.java:964)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Connection failed.