<?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>Developer Papercuts &#187; EGit</title>
	<atom:link href="http://www.vogella.de/blog/tag/egit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The JUG which lives &#8211; EGit presentation on 02.Sept. at the Majug</title>
		<link>http://www.vogella.de/blog/2010/08/30/egit-presentation/</link>
		<comments>http://www.vogella.de/blog/2010/08/30/egit-presentation/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 14:34:56 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EGit]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[majug]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=3091</guid>
		<description><![CDATA[Since beginning of last year I participate more or less actively in the Java User Group Mannheim. Unfortunately the former main contact of the Java User Group Mannheim Alex Hanschke has moved out of the area.  

Benjamin Muskalla and myself volunteered to help organize the JUG Events. Therefore Benny and I will as ...]]></description>
			<content:encoded><![CDATA[<p>Since beginning of last year I participate more or less actively in the <a href="http://jug-mannheim.mixxt.de">Java User Group Mannheim</a>. Unfortunately the former main contact of the Java User Group Mannheim <a href="https://twitter.com/alexhanschke">Alex Hanschke</a> has moved out of the area.  </p>
<p><a href="https://twitter.com/bmuskalla">Benjamin Muskalla</a> and <a href="https://twitter.com/vogella">myself</a> volunteered to help organize the JUG Events. Therefore Benny and I will as of now try to find great new speakers and setup cool events. I think we are starting very well, as we are proud to have <a href="https://twitter.com/masohn">Matthias Sohn</a> and <a href="https://twitter.com/stefanlay">Stefan Lay</a> speak about <a href="http://www.vogella.de/articles/Git/article.html">Git</a> and <a href="http://www.vogella.de/articles/EGit/article.html">EGit</a> on the 02.Sept.  Git is one of the leading distributed version control systems and EGit a team provider for Eclipse.</p>
<p>Matthias and and Stefan are both committers in the EGit project. Details on Matthias and Stefan and the presentation can be found on the <a href="http://jug-mannheim.mixxt.de/networks/events/show_event.23581">Majug Event Announcement</a>.  As usual we organize to have drinks after the event and hope Matthias and Stefan will be able to join so that you can bugger them with questions. The presentation will be in German. </p>
<p>Rumors are that we will see a real merge via EGit <a href="http://jug-mannheim.mixxt.de/networks/events/show_event.23581">on this event</a>&#8230; <img src='http://www.vogella.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Hope to see you at their.</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.vogella.de/blog/?flattrss_redirect&amp;id=3091&amp;md5=3aa1b850c645883bfebd67d4c2a968cc" title="Flattr" target="_blank"><img src="http://www.vogella.de/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2010/08/30/egit-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git &#8211; Cloning and pushing via https (Linux and Windows)</title>
		<link>http://www.vogella.de/blog/2010/08/09/git-https/</link>
		<comments>http://www.vogella.de/blog/2010/08/09/git-https/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 21:49:07 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EGit]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=2979</guid>
		<description><![CDATA[Unfortunately the Eclipse team provider EGit does currently not support to use HTTPS for cloning and pushing. 

Fortunately the Git command line supports this (under Linux without problems). 


If you are on Windows and if you are using msysGit then you may receive the following error:



If you have this error you can disable ssl ...]]></description>
			<content:encoded><![CDATA[<p>Unfortunately the Eclipse team provider <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=296201">EGit does currently not support to use HTTPS for cloning and pushing</a>. </p>
<p>Fortunately the <a href="http://www.vogella.de/articles/Git/article.html">Git command line</a> supports this (under Linux without problems). </p>
<pre class="brush: plain; title: ; notranslate">
git clone https://vogella@github.com/vogella/de.vogella.rcp.example.git
// do some changes
git push https://vogella@github.com/vogella/de.vogella.rcp.example.git
</pre>
<p>If you are on Windows and if you are using <a href="http://code.google.com/p/msysgit/">msysGit</a> then you may receive the following error:</p>
<pre class="brush: plain; title: ; notranslate">
error: error setting certificate verify locations:
CAfile: /bin/curl-ca-bundle.crt
CApath: none
while accessing your_repo
</pre>
<p>If you have this error you can disable ssl verification to solve it.</p>
<pre class="brush: plain; title: ; notranslate">
git config --global http.sslverify &quot;false&quot;
</pre>
<p>After this change cloning and pushing works via https on Windows. </p>
<p>Alternative the following should also make msysGit work, but I didn&#8217;t test these approaches. </p>
<pre class="brush: plain; title: ; notranslate">
copy C:\Program Files\Git\bin\curl-ca-bundle.crt to c:\bin\curl-ca-bundle.crt
</pre>
<p>or </p>
<pre class="brush: plain; title: ; notranslate">
 git config --system http.sslcainfo \bin/curl-ca-bundle.crt
</pre>
<p>The full discussion of the <a href="http://code.google.com/p/msysgit/">msysGit</a> issue can be found <a href="http://github.com/blog/642-smart-http-support">here</a>.</p>
<p>[Update:] If you are behind a http proxy you can set the proxy via the following command:</p>
<pre class="brush: plain; title: ; notranslate">
 git config --global http.proxy http://proxy:8080
// To check the proxy settings
git config --get http.proxy
</pre>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2010/08/09/git-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking out EGit source code with EGit</title>
		<link>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/</link>
		<comments>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:13:37 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EGit]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1916</guid>
		<description><![CDATA[Git and EGit are getting popular. In case you want to start hacking on EGit this will give you some hints. 

First install EGit following this guide EGit Tutorial.

First you need a few libraries from Orbit via cvs. The cvs location is  ":pserver:anonymous@dev.eclipse.org/cvsroot/tools". You need:


	org.eclipse.orbit/com.jcraft.jsch
	org.eclipse.orbit/org.kohsuke.args4j
	org.eclipse.orbit/javax.servlet


See   Libraries from Orbit for getting these ...]]></description>
			<content:encoded><![CDATA[<p>Git and EGit are getting popular. In case you want to start hacking on EGit this will give you some hints. </p>
<p>First install EGit following this guide <a href="http://www.vogella.de/articles/EGit/article.html">EGit Tutorial</a>.</p>
<p>First you need a few libraries from Orbit via cvs. The cvs location is  &#8220;:pserver:anonymous@dev.eclipse.org/cvsroot/tools&#8221;. You need:</p>
<ul>
<li>org.eclipse.orbit/com.jcraft.jsch</li>
<li>org.eclipse.orbit/org.kohsuke.args4j</li>
<li>org.eclipse.orbit/javax.servlet</li>
</ul>
<p>See  <a href="http://wiki.eclipse.org/EGit/Contributor_Guide#Libraries_from_Orbit"> Libraries from Orbit</a> for getting these libraries.</p>
<p>Select File -&gt; Import -&gt; Git -&gt; Git Repository and paste the URL &#8220;git://egit.eclipse.org/jgit.git&#8221; into the first line.</p>
<p><a href="http://www.vogella.de/blog/wp-content/uploads/2010/02/checkout.gif"><img src="http://www.vogella.de/blog/wp-content/uploads/2010/02/checkout.gif" alt="" width="419" height="431" class="aligncenter size-full wp-image-1920" /></a></p>
<p>Do the same with &#8220;git://egit.eclipse.org/egit.git&#8221;.</p>
<p>Currently there is a little bug in EGit, please see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=298027">Bug Report</a>. If you facing the problem that the Team operations are not available on your new project my <a href="http://www.vogella.de/articles/EGit/article.html">EGit Tutorial</a> describes what to do to make the Team operations available. This <strong>should be fixed very soon</strong>, path is already commited to the master branch. </p>
<p>You have now the source code in your workspace and can start hacking. </p>
<p>For more info please see the excellent <a href="http://wiki.eclipse.org/EGit/Contributor_Guide">EGit Contributor Guide</a>.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

