This is a mirror of official site: http://jasper-net.blogspot.com/

Configuring Git on Windows

| Tuesday, February 22, 2011
Create an account in codaset.com
Create a project in there

Download and install following three programs in the given order

1. http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.3.1-preview20101002.exe&can=2&q=
2. http://sourceforge.net/projects/kdiff3/files/kdiff3/0.9.95/KDiff3Setup_0.9.95-2.exe/download
3. http://gitextensions.googlecode.com/files/GitExtensions205Setup.msi

After finishing installations, Open git bash program and type the following command there (skip pass phrasing by entering). This process will generate a key.

ssh-keygen -C “username@email.com” -t rsa

(give an email address instead of “username@email.com”)

The key will be stored in a .ssh folder somewhere, usually in your user folder c:\\Documents and Settings\\Username\\.ssh on XP or c:\\Users\\Username\\.ssh on Windows7

Read more: EVIAC

Posted via email from Jasper-net

0 comments: