<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cramsession.net/index.php?action=history&amp;feed=atom&amp;title=Computer_Notes%2FGIT</id>
	<title>Computer Notes/GIT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cramsession.net/index.php?action=history&amp;feed=atom&amp;title=Computer_Notes%2FGIT"/>
	<link rel="alternate" type="text/html" href="https://cramsession.net/index.php?title=Computer_Notes/GIT&amp;action=history"/>
	<updated>2026-06-03T19:48:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://cramsession.net/index.php?title=Computer_Notes/GIT&amp;diff=1667&amp;oldid=prev</id>
		<title>Mflavell: Created page with &quot;= Setting up a private GIT repo in linux =  Generate an SSH key:   ssh-keygen -t ed25519 -C &quot;your_email@example.com&quot;  &#039;&#039;&#039;The email must match your github email!!!&#039;&#039;&#039;   Start the SSH agent &amp; Add your key:   eval &quot;$(ssh-agent -s)&quot;  ssh-add ~/.ssh/id_ed25519    Copy the public key:    cat ~/.ssh/id_ed25519.pub   Add the key to github:  ::* Go to Settings -&gt; SSH and GPG keys -&gt; New SSH Key.  ::* Give it a title (like &quot;Linux Desktop&quot;), paste the key into the field, and save....&quot;</title>
		<link rel="alternate" type="text/html" href="https://cramsession.net/index.php?title=Computer_Notes/GIT&amp;diff=1667&amp;oldid=prev"/>
		<updated>2026-06-01T17:58:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Setting up a private GIT repo in linux =  Generate an SSH key:   ssh-keygen -t ed25519 -C &amp;quot;your_email@example.com&amp;quot;  &amp;#039;&amp;#039;&amp;#039;The email must match your github email!!!&amp;#039;&amp;#039;&amp;#039;   Start the SSH agent &amp;amp; Add your key:   eval &amp;quot;$(ssh-agent -s)&amp;quot;  ssh-add ~/.ssh/id_ed25519    Copy the public key:    cat ~/.ssh/id_ed25519.pub   Add the key to github:  ::* Go to Settings -&amp;gt; SSH and GPG keys -&amp;gt; New SSH Key.  ::* Give it a title (like &amp;quot;Linux Desktop&amp;quot;), paste the key into the field, and save....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Setting up a private GIT repo in linux =&lt;br /&gt;
&lt;br /&gt;
Generate an SSH key:&lt;br /&gt;
&lt;br /&gt;
 ssh-keygen -t ed25519 -C &amp;quot;your_email@example.com&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The email must match your github email!!!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start the SSH agent &amp;amp; Add your key:&lt;br /&gt;
&lt;br /&gt;
 eval &amp;quot;$(ssh-agent -s)&amp;quot;&lt;br /&gt;
 ssh-add ~/.ssh/id_ed25519&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy the public key:&lt;br /&gt;
 &lt;br /&gt;
 cat ~/.ssh/id_ed25519.pub&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add the key to github:&lt;br /&gt;
&lt;br /&gt;
::* Go to Settings -&amp;gt; SSH and GPG keys -&amp;gt; New SSH Key.&lt;br /&gt;
&lt;br /&gt;
::* Give it a title (like &amp;quot;Linux Desktop&amp;quot;), paste the key into the field, and save.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Clone what you need:&lt;br /&gt;
&lt;br /&gt;
  git clone git@github.com:username/private-repo.git&lt;/div&gt;</summary>
		<author><name>Mflavell</name></author>
	</entry>
</feed>