Git import is failing

Asked by Vadim Peretokin

My import of a git branch on sf.net is failing: https://code.launchpad.net/~mudlet-makers/mudlet/mudlet-main-git and I'm not sure why, because the error doesn't say much. What could be wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Curtis Hovey (sinzui) said :
#1

I tested the branch locally using
    bzr branch git://mudlet.git.sourceforge.net/gitroot/mudlet/mudlet mudlet

It was slow to get, but it did get it. I think we need to investigate if Lp is being blocked. SF blocked cvs and svn imports for a time when they were rebuilding their code hosting infrastructure.

Revision history for this message
Best Curtis Hovey (sinzui) said :
#2

The import failed because there was trailing white space in the url. I removed the space and restarted the import. See bug 416127 for more information.

Revision history for this message
Vadim Peretokin (vperetokin) said :
#3

Oh... thanks!

Revision history for this message
Vadim Peretokin (vperetokin) said :
#4

Thanks Curtis Hovey, that solved my question.