<?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>おいぬま日報 &#187; Git</title>
	<atom:link href="http://tech.lampetty.net/tech/index.php/archives/category/git/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.lampetty.net/tech</link>
	<description>Apache, MySQL, Perl, WordPressあたり</description>
	<lastBuildDate>Sun, 18 Jul 2010 19:00:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/category/git/feed" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Gitの共有リポジトリを運用する場合の個人的なベストプラクティス</title>
		<link>http://tech.lampetty.net/tech/index.php/archives/353</link>
		<comments>http://tech.lampetty.net/tech/index.php/archives/353#comments</comments>
		<pubDate>Thu, 17 Dec 2009 13:23:36 +0000</pubDate>
		<dc:creator>oinume</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tech.lampetty.net/tech/?p=353</guid>
		<description><![CDATA[最近Gitの共有リポジトリを構築する機会があったのですが、以下のような感じで運用しています。

gitプロトコルではなくsshでアクセス(ポート開けるのだるいので)
サーバ側にgitユーザを作って、アクセスさせたい人にs [...]]]></description>
			<content:encoded><![CDATA[<p>最近Gitの共有リポジトリを構築する機会があったのですが、以下のような感じで運用しています。</p>
<ul>
<li>gitプロトコルではなくsshでアクセス(ポート開けるのだるいので)</li>
<li>サーバ側にgitユーザを作って、アクセスさせたい人にsshの公開鍵をもらってそれを /home/git/.ssh/authorized_keys に追加して公開鍵認証</li>
<li>git clone ssh://git@lampetty.net/var/cache/git/hoge.git みたいな感じでclone</li>
</ul>
<p>いちいちサーバ側にユーザ追加して、gitリポジトリのディレクトリにパーミッション付与するよりこっちの方がたぶん楽。</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.lampetty.net/tech/index.php/archives/353/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/353" />
	</item>
	</channel>
</rss>
