<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>imishin.com &#187; github</title>
	<atom:link href="http://blog.imishin.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.imishin.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 23:06:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.imishin.com/tag/github/feed/" />
		<item>
		<title>Rails Plugin を GitHub に移行しました</title>
		<link>http://blog.imishin.com/2008/09/23/rails-plugin-move-github/</link>
		<comments>http://blog.imishin.com/2008/09/23/rails-plugin-move-github/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 05:09:43 +0000</pubDate>
		<dc:creator>kusakari</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://blog.imishin.com/?p=172</guid>
		<description><![CDATA[				RailsJa, ActionMailerJa, ValidAttributes を GitHub に移行しました。
				
				Windows から Git を使う際に、以下の問題に悩まされたり、
			 [...]]]></description>
			<content:encoded><![CDATA[				<p>RailsJa, ActionMailerJa, ValidAttributes を <a title="GitHub" href="http://github.com/" target="_blank">GitHub </a>に移行しました。</p>
				<p><span id="more-172"></span></p>
				<p>Windows から Git を使う際に、以下の問題に悩まされたり、</p>
				<p>Issue 96 &#8211; msysgit &#8211; Google Code</p>
				<p><a href="http://code.google.com/p/msysgit/issues/detail?id=96">http://code.google.com/p/msysgit/issues/detail?id=96</a></p>
				<p>その後も、</p>
				<blockquote><p>FATAL <span class="caps">ERROR</span>: Disconnected: No supported authentication methods available</p></blockquote>
				<p>というエラーが出たりして、少し苦労しましたが、結局は GitHub のガイドを参考に鍵を作り直すところからやって、</p>
				<p>作った鍵を puttygen で ppk に変換して pagent に追加することで、ようやく git push がうまくいきました。</p>
				<h3>参考にした GitHub ガイド</h3>
				<p>Using Git and Github for the Windows for newbies — GitHub Guides — GitHub</p>
				<p><a href="http://github.com/guides/using-git-and-github-for-the-windows-for-newbies">http://github.com/guides/using-git-and-github-for-the-windows-for-newbies</a></p>
				<p>Addressing authentication problems with SSH — GitHub Guides — GitHub</p>
				<p><a href="http://github.com/guides/addressing-authentication-problems-with-ssh">http://github.com/guides/addressing-authentication-problems-with-ssh</a></p>
				<p>ただ、git bash からの ssh-keygen は dll が足りなくて失敗したので、鍵は結局 linux 上で作りました。（今考えれば puttygen で作れば良かったかも）</p>
				<p>GitHub へのプロジェクト追加はチュートリアルが非常にわかりやすく作られていて簡単でした。</p>
				<p>ただ、コマンドプロンプトからの git commit -m はチュートリアル通りのシングルクォーテーションだと、</p>
				<p>スペースを含むコメントでエラーが出るので、ダブルクォーテーションを使う方が良いようです。</p>
				<p>ちなみに、二回目以降の GitHub 更新は、以下のようにするみたいです。</p>
				<p>subversion に慣れていたこともあり、git push しないと GitHub に反映されないところが少しカルチャーショックでした。</p>
				<pre>git add *

git commit -m "second commit."

git push git@github.com:kusakari/rails-ja.git</pre>
				<h3>Git 使い方</h3>
				<ul>
				<li><a href="http://www8.atwiki.jp/git_jp/pub/Documentation.ja/user-manual.html" target="_blank">Git ユーザマニュアル (バージョン 1.5.3 以降用)</a></li>
				</ul>
				<h3>GitHub の kusakari プロフィール</h3>
				<ul>
				<li><a href="http://github.com/kusakari">http://github.com/kusakari</a></li>
				</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.imishin.com/2008/09/23/rails-plugin-move-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.imishin.com/2008/09/23/rails-plugin-move-github/" />
	</item>
	</channel>
</rss>
