Issues with git new import to a project

Asked by Brian Fromme

I have imported a git repo into Launchpad, but I can't clone it via any of the URLs described in the LP Help:
https://help.launchpad.net/Code/Git

I have put all the steps I took in a document, to make following what I did easier:

https://docs.google.com/document/d/1zon4ViOuXxX0QdxVm_mZX1eYXDsY4hFR40MCSaGLv3c/edit#

I suspect I just configured something incorrectly, but I believe I followed all the steps as described in LP Help.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Best Colin Watson (cjwatson) said :
#1

When you configure a code import, that means importing its code into Bazaar. You must therefore branch it using Bazaar, not git.

Launchpad doesn't currently support imports to git, only imports to Bazaar.

Revision history for this message
Brian Fromme (brianfromme) said :
#2

Thanks Colin Watson, that solved my question.