launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06962
Git Usage in Launchpad
Hello list,
i have created a new project witch based on git [1]. Also i read the
manual [2]. I want to add new repositories, what contains all packaging
stuff and documentation.
I have tried:
sascha@sascha-desktop:~/RubymineProjects/youtube_dlhelper-packaging$
git remote add origin lp:~sascha-manns-
h/youtube_dlhelper/+git/packaging
sascha@sascha-desktop:~/RubymineProjects/youtube_dlhelper-packaging$
git push origin master
ssh: Could not resolve hostname lp: Name or service not known
Also:
sascha@sascha-desktop:~/RubymineProjects/youtube_dlhelper-packaging$
git remote add origin https://code.launchpad.net/~sascha-manns-h/youtub
e_dlhelper/+git/packaging
And:
sascha@sascha-desktop:~/RubymineProjects/youtube_dlhelper-packaging$
LANG=C git push origin master
error: src refspec master does not match any.
error: failed to push some refs to 'https://code.launchpad.net/~sascha-
manns-h/youtube_dlhelper/+git/packaging'
What would be the correct way to add new repositories to a project?
Greetings
Sascha
[1] https://code.launchpad.net/youtube-dlhelper
[2] https://help.launchpad.net/Code/Git#Configuring_Git
Follow ups