github を使ってみた - ablog
Mac に続き、Windows でも git を使えるようにした。
- Git - Downloads から http://www.cygwin.com/setup.exe をダウンロードする。
- パッケージをダウンロードする。
- setup.exe を実行する。
- Choose A Download Source: Download Without Installing
- Select Local Package Directory: C:\software\cygwin
- Select Your Internet Connection: Direct Connection
- Choose A Download Site: http://www.gtlib.gatech.edu
- Select Packages: All install
- インストールする。
$ mkdir -p /cygdrive/c/git/yoheia $ cd /cygdrive/c/git/yoheia $ git init $ git clone git://github.com/yoheia/yoheia.git Initialized empty Git repository in /cygdrive/c/git/yoheia/yoheia/.git/ remote: Counting objects: 3, done. remote: Total 3 (delta 0), reused 0 (delta 0) Receiving objects: 100% (3/3), 205 bytes, done.
- 確認する。
$ ls
README
成功!
[参考]
WindowsでのGit環境構築とその注意点 | OSDN Magazine
http://blog.champierre.com/archives/670