Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] git-upload-pack not found error

Hi!

I have a problem with cloning a repository from github. Repository URL
is https://github.com/cucumber/cucumber-features, the error I got is:

https://github.com/cucumber/cucumber-features/info/refs?service=git-upload-pack
not found

This is because an URL is incorrect, correct one is
https://github.com/cucumber/cucumber-features.git, and with such URL
clone works fine.
Strange thing is that CGit clones repository without '.git' in the end
of the URL.

I wonder, is it some feature of github or a bug in the jgit?

--
Dmitry


Back to the top