<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git on Jose Castrillo</title>
    <link>https://jose.castrillo.eu/tags/git/</link>
    <description>Recent content in Git on Jose Castrillo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 26 Dec 2019 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jose.castrillo.eu/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to set you SSH key into Gitlab</title>
      <link>https://jose.castrillo.eu/post/ssh-gitlab-git/</link>
      <pubDate>Thu, 26 Dec 2019 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/ssh-gitlab-git/</guid>
      <description>&lt;p&gt;How to set you SSH key into Gitlab [&lt;em&gt;First you need to had installed Git onto your distro&lt;/em&gt;]&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Go to your terminal and issue the follow command to generate your key: &lt;code&gt;$ssh-keygen&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Copy your public key from the route: &lt;strong&gt;/home/user/.ssh/id_rsa.pub&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Then go at your gitlab profile &lt;a href=&#34;https://gitlab.com/profile/keys/&#34;&gt;https://gitlab.com/profile/keys/&lt;/a&gt; a paste and save.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the terminal test the conection by typing: &lt;code&gt;$ssh -T git@gitlab.com&lt;/code&gt; and if everything was fine it has to promt &amp;ndash;&amp;gt; Welcome to GitLab, @user_account!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
