From: David B. <dav...@gm...> - 2010-08-22 10:52:59
|
Hi, On Sat, Aug 21, 2010 at 10:40 PM, Vikas Singh <vik...@gm...> wrote: >> On Sun, Aug 22, 2010 at 8:32 AM, blucalvin <blu...@gm...> wrote: >> > git clone http://git.debian.org/git/tux4kids/REPO.git >> > >> > I replaced the "REPO" with "tuxmath". But the message I got was: >> > >> > Initialized empty Git repository in /home/MYNAME/Desktop/tuxmath/. >> > git/ Cloning with the http protocol worked for me just now: dbruce@emperor:~$ mkdir gittest dbruce@emperor:~$ cd gittest dbruce@emperor:~/gittest$ git clone http://git.debian.org/git/tux4kids/tuxmath.git Initialized empty Git repository in /home/dbruce/gittest/tuxmath/.git/ dbruce@emperor:~/gittest$ ls tuxmath dbruce@emperor:~/gittest$ cd tuxmath dbruce@emperor:~/gittest/tuxmath$ ls ABOUT-NLS cmake-modules doc mac_cplibs.sh nsis stamp-h.in acinclude.m4 config.h.cmake Info.plist macosx options tmlin.sh AUTHORS config.rpath INSTALL Makefile.am po tuxmath.desktop buildw32 configure.ac intl-patch mingw Portfile tuxmath_preview.spec.in ChangeLog COPYING linebreak NEWS README tuxmath.sh CMakeLists.txt data m4 notesblurb src tuxmath.spec.in Either git:// or http:// should work, but the git:// protocol is a lot faster. Just now, it took about 1-2 minutes for the above operation, during which there is no additional output after "Initialized empty Git repository in /home/dbruce/gittest/tuxmath/.git/". Also, if you want to contribute to the project, you should create an Alioth account and request to join Tux4Kids at https://alioth.debian.org/projects/tux4kids/. It will be easier to contribute if you have a full "pull/push" repository, although git supports other modes like emailing patches quite well. Cheers, David |