installing git/cogito on cygwin

go to http://sources.redhat.com/cygwin and install the cygwin system.

It runs a setup program that downloads core pieces that gives you bash, gcc, etc. under Windows. While you won’t be compiling the code on your windows desktop/laptop, you may want to browse documents or code.

get and install cygwin (http://www.cygwin.com (http://www.cygwin.com/setup.exe)) when you are asked for the components make shure you install curl, curl-devel, openssl, make, gcc, openssh, cvs, openssl-devel, wget, zlib. Run the cygwin setup program a second time if you missed something.

wget http://kernel.org/pub/software/scm/cogito/cogito-0.17.2.tar.gz wget http://kernel.org/pub/software/scm/git/git-1.3.1.tar.gz zcat git-1.3.1.tar.gz | tar xf - cd git-1.3.1 make make install cd .. zcat cogito-0.17.2.tar.gz | tar xf - cd cogito-0.17.2 make make install ssh-keygen cat .ssh/id_rsa.pub

The key that is displayed should be copied your server.