<?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/"
	>

<channel>
	<title>Libre Things &#187; git</title>
	<atom:link href="http://positon.org/tag/git/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>Disable SSH askpass in git push</title>
		<link>http://positon.org/disable-ssh-askpass-in-git-push</link>
		<comments>http://positon.org/disable-ssh-askpass-in-git-push#comments</comments>
		<pubDate>Sun, 27 Apr 2014 12:24:37 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://positon.org/?p=178</guid>
		<description><![CDATA[If you have the problem when pushing to github for example. You can just empty the core.askpass param: git config --global core.askpass '' See also man git config]]></description>
				<content:encoded><![CDATA[<p>If you have the problem when pushing to <a href="http://github.com" title="github">github</a> for example.</p>
<p>You can just empty the core.askpass param:</p>
<pre>
git config --global core.askpass ''
</pre>
<p>See also <code>man git config</code></p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/disable-ssh-askpass-in-git-push/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>
