"Authentication not supported": jgit error when trying to clone tfs hosted git repo

pavithra raghavan picture pavithra raghavan · Aug 5, 2016 · Viewed 10.8k times · Source

When I try to clone a tfs hosted git repo http://tfstta.com:8080/tfs/DefaultCollection/_git/SampleTFSGit from my linux machine, I face the Authentication not supported error:

org.eclipse.jgit.api.errors.TransportException: http://:@tfstta.int.thomson.com:8080/tfs/DefaultCollection/_git/SampleTFSGit.git: authentication not supported*

Enabling basic authentication/alternate credentials does not seem to be an option.

Could someone please tell me a work around for this? I would be very grateful!

Answer

UdayKiran Pulipati picture UdayKiran Pulipati · Oct 29, 2019

Goto Eclipse Menu

Window -> Preferences -> Team -> Git -> right side panel update time to 3000. `Connection timeout (seconds): 3000. Click on Apply and Close button. Clone again it will solve your problem.