<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Code Ghar (Posts about git)</title><link>https://codeghar.com/</link><description></description><atom:link href="https://codeghar.com/categories/git.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2019 &lt;a href="mailto:@aikchar"&gt;Hamza Sheikh&lt;/a&gt; License</copyright><lastBuildDate>Fri, 08 Feb 2019 07:18:52 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Build Bootable FreeBSD Image for Raspberry Pi 2 with Vagrant, Crochet, and Salt</title><link>https://codeghar.com/blog/build-bootable-freebsd-image-for-raspberry-pi-2-with-vagrant-crochet-and-salt.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;An issue in FreeBSD 11-CURRENT - where
&lt;a class="reference external" href="https://lists.freebsd.org/pipermail/freebsd-arm/2016-January/013049.html"&gt;make buildworld fails when run on RPi2&lt;/a&gt;
- prompted an investigation on automating the creation of bootable FreeBSD images
from 11-CURRENT on a Mac OS X machine.&lt;/p&gt;
&lt;p&gt;In an ideal situation, a build process can be kicked off at any time to produce
an image that can be written to a Micro SD card for the RPi2 to boot from.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://codeghar.com/blog/build-bootable-freebsd-image-for-raspberry-pi-2-with-vagrant-crochet-and-salt.html"&gt; Read more …&lt;/a&gt; (4 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>crochet</category><category>freebsd</category><category>git</category><category>salt</category><category>vagrant</category><category>virtualbox</category><guid>https://codeghar.com/blog/build-bootable-freebsd-image-for-raspberry-pi-2-with-vagrant-crochet-and-salt.html</guid><pubDate>Sat, 30 Jan 2016 05:47:29 GMT</pubDate></item><item><title>Configure Atom as git Editor</title><link>https://codeghar.com/blog/configure-atom-as-git-editor.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;In Atom open the command palette (Shift-Command-p) and enter command &lt;cite&gt;Install Shell Commands&lt;/cite&gt;.&lt;/p&gt;
&lt;p&gt;Configure Atom as git's editor.&lt;/p&gt;
&lt;pre class="literal-block"&gt;
git config --global core.editor "atom --new-window --wait"
&lt;/pre&gt;
&lt;p&gt;Now when you do &lt;cite&gt;git commit&lt;/cite&gt; it should open a new Atom window for you to enter your commit message.&lt;/p&gt;&lt;/div&gt;</description><category>atom</category><category>git</category><guid>https://codeghar.com/blog/configure-atom-as-git-editor.html</guid><pubDate>Tue, 06 Oct 2015 22:53:12 GMT</pubDate></item><item><title>git pull SSL Certificate Problem</title><link>https://codeghar.com/blog/git-pull-ssl-certificate-problem.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div class="section" id="git-pull-ssl-certificate-problem"&gt;
&lt;h2&gt;git pull SSL Certificate Problem&lt;/h2&gt;
&lt;p&gt;When trying to &lt;cite&gt;git pull&lt;/cite&gt; pkgsrc repo from GitHub I saw an SSL error:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
user@host:~/opt/pkgsrc$ git pull
fatal: unable to access 'https://github.com/jsonn/pkgsrc.git/': SSL certificate problem: unable to get local issuer certificate
&lt;/pre&gt;
&lt;p&gt;I tested this guide on Ubuntu 14.04 with Nix package manager.&lt;/p&gt;
&lt;p&gt;Note: I was using a git version pulled in from Nix. The git from Ubuntu was working just fine.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://codeghar.com/blog/git-pull-ssl-certificate-problem.html"&gt; Read more …&lt;/a&gt; (5 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>git</category><category>linux</category><category>nix</category><category>openssl</category><category>ubuntu</category><guid>https://codeghar.com/blog/git-pull-ssl-certificate-problem.html</guid><pubDate>Wed, 11 Feb 2015 00:49:31 GMT</pubDate></item></channel></rss>