Page MenuHomePhabricator

Failed to `git submodule update --init --recursive` Extensions:Html2Wiki
Closed, InvalidPublic

Description

I try to download all extension via git

mkdir mediawiki && cd mediawiki
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions.git
cd extensions
git submodule update --init --recursive

# ....

Failed to recurse into submodule path 'Html2Wiki'

I deleted the directory and try again and face the same issue. Any solution?
Thanks.

Event Timeline

Yoonghm raised the priority of this task from to Medium.
Yoonghm updated the task description. (Show Details)
Yoonghm subscribed.
Yoonghm removed a project: Gerrit.
Yoonghm set Security to None.
Yoonghm updated the task description. (Show Details)
Yoonghm removed a subscriber: Krenair.

I could not reproduce the problem with the steps given.

I tried again via https://gerrit.wikimedia.org/r/p/mediawiki/extensions.git and the issue is now gone.

I used another directory and git clone via https://git.wikimedia.org/git/mediawiki/extensions.git and there was no issue too.

git clone  https://git.wikimedia.org/git/mediawiki/extensions.git
git submodule update --init --recursive

Now the question is which remote repository that I should use?

QChris claimed this task.
QChris subscribed.

I could not reproduce the issue either.

Now the question is which remote repository that I should use?

Both should be fine and both host the same repository data.
Since the software that is driving git.wikimedia.org is having issues once in a while, I'd use the gerrit one. So in this case:

https://gerrit.wikimedia.org/r/p/mediawiki/extensions.git

Hi Guy:

I think I found the issue

The site repo.or.cz has poor connection during my office time but not during night time.
The url is git://repo.or.cz/htmlpurifier.git