rimerosolutions / ant-git-tasks

Ant tasks for Git with JGit
Apache License 2.0
41 stars 39 forks source link

Vague error on git clone #25

Open monty241 opened 8 years ago

monty241 commented 8 years ago

Trying to get pull / push / clone working. Local repo work seems to be running fine.

However, remote raises vague error about that it failed. Unclear whether it is due to authorization issues (tried ssh, https, key, user/pwd combination) or something else:

For instance:

BUILD FAILED E:\ws\itgen\build-itgen.xml:5246: Could not clone URL 'https://github.com/rimerosolutions/playground-repo.git'.

Suggested change: Improve clarity of error message with a cause and maybe even a recommended action.

Tanvi-Garg commented 4 years ago

I am facing the same issue. Can anyone please help how to resolve this issue.