Teamcity git -c credential.helper= ls-remote origin command failed.

I`ve made a clean installation of Teamcity and while creating a VCS Root using some public Gihub repository I always receive an erorr like this:

git -c credential.helper= ls-remote origin command failed.
exit code: 128
stderr: error: git-remote-https died of signal 4

In the logs the only error I can find is:

does not appear to be an hg repository

Whare is the problem and how should it be fixed?

1
1 comment

For reference should anybody find this, the issue was addressed later on in our tracker:

https://youtrack.jetbrains.com/issue/TW-78875

In short, it's an issue with the GnuTLS library which is used instead of openssl in some installations, git in turn relies in the library to connect to secure servers causing the problem. 

0

Please sign in to leave a comment.