<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to Access My Git Repo]]></title><description><![CDATA[<p dir="auto">I'm able to log in to git after the machine meltdown but it won't let me clone my repo. This is what I get</p>
<p dir="auto">beelee@beelee-ThinkPad-T560:~$ mkdir git-repos<br />
beelee@beelee-ThinkPad-T560:~$ cd git-repos<br />
beelee@beelee-ThinkPad-T560:~/git-repos$ git clone <a href="mailto:git@github.com" target="_blank" rel="noopener noreferrer">git@github.com</a>:triplea-maps/global_40_expansion_uhd_boxes.git<br />
Cloning into 'global_40_expansion_uhd_boxes'...<br />
The authenticity of host '<a href="http://github.com" target="_blank" rel="noopener noreferrer">github.com</a> (140.82.114.4)' can't be established.<br />
ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.<br />
This key is not known by any other names.<br />
Are you sure you want to continue connecting (yes/no/[fingerprint])? y<br />
Please type 'yes', 'no' or the fingerprint: yes<br />
Warning: Permanently added '<a href="http://github.com" target="_blank" rel="noopener noreferrer">github.com</a>' (ED25519) to the list of known hosts.<br />
<a href="mailto:git@github.com" target="_blank" rel="noopener noreferrer">git@github.com</a>: Permission denied (publickey).<br />
fatal: Could not read from remote repository.</p>
<p dir="auto">Please make sure you have the correct access rights<br />
and the repository exists.<br />
beelee@beelee-ThinkPad-T560:~/git-repos$ git clone <a href="mailto:git@github.com" target="_blank" rel="noopener noreferrer">git@github.com</a>:triplea-maps/global_40_expansion_uhd_boxes.git<br />
Cloning into 'global_40_expansion_uhd_boxes'...<br />
<a href="mailto:git@github.com" target="_blank" rel="noopener noreferrer">git@github.com</a>: Permission denied (publickey).<br />
fatal: Could not read from remote repository.</p>
<p dir="auto">Please make sure you have the correct access rights<br />
and the repository exists.<br />
beelee@beelee-ThinkPad-T560:~/git-repos$ <a href="https://github.com/triplea-maps/global_40_expansion_uhd_boxes.git" target="_blank" rel="noopener noreferrer">https://github.com/triplea-maps/global_40_expansion_uhd_boxes.git</a><br />
bash: <a href="https://github.com/triplea-maps/global_40_expansion_uhd_boxes.git:" target="_blank" rel="noopener noreferrer">https://github.com/triplea-maps/global_40_expansion_uhd_boxes.git:</a> No such file or directory<br />
beelee@beelee-ThinkPad-T560:~/git-repos$ git clone gh repo clone triplea-maps/global_40_expansion_uhd_boxes<br />
fatal: Too many arguments.</p>
<p dir="auto">usage: git clone [&lt;options&gt;] [--] &lt;repo&gt; [&lt;dir&gt;]</p>
<pre><code>-v, --[no-]verbose    be more verbose
-q, --[no-]quiet      be more quiet
--[no-]progress       force progress reporting
--[no-]reject-shallow don't clone shallow repository
-n, --no-checkout     don't create a checkout
--checkout            opposite of --no-checkout
--[no-]bare           create a bare repository
--[no-]mirror         create a mirror repository (implies bare)
-l, --[no-]local      to clone from a local repository
--no-hardlinks        don't use local hardlinks, always copy
--hardlinks           opposite of --no-hardlinks
-s, --[no-]shared     setup as shared repository
--[no-]recurse-submodules[=&lt;pathspec&gt;]
                      initialize submodules in the clone
--[no-]recursive ...  alias of --recurse-submodules
-j, --[no-]jobs &lt;n&gt;   number of submodules cloned in parallel
--[no-]template &lt;template-directory&gt;
                      directory from which templates will be used
--[no-]reference &lt;repo&gt;
                      reference repository
--[no-]reference-if-able &lt;repo&gt;
                      reference repository
--[no-]dissociate     use --reference only while cloning
-o, --[no-]origin &lt;name&gt;
                      use &lt;name&gt; instead of 'origin' to track upstream
-b, --[no-]branch &lt;branch&gt;
                      checkout &lt;branch&gt; instead of the remote's HEAD
-u, --[no-]upload-pack &lt;path&gt;
                      path to git-upload-pack on the remote
--[no-]depth &lt;depth&gt;  create a shallow clone of that depth
--[no-]shallow-since &lt;time&gt;
                      create a shallow clone since a specific time
--[no-]shallow-exclude &lt;revision&gt;
                      deepen history of shallow clone, excluding rev
--[no-]single-branch  clone only one branch, HEAD or --branch
--no-tags             don't clone any tags, and make later fetches not to follow them
--tags                opposite of --no-tags
--[no-]shallow-submodules
                      any cloned submodules will be shallow
--[no-]separate-git-dir &lt;gitdir&gt;
                      separate git dir from working tree
-c, --[no-]config &lt;key=value&gt;
                      set config inside the new repository
--[no-]server-option &lt;server-specific&gt;
                      option to transmit
-4, --ipv4            use IPv4 addresses only
-6, --ipv6            use IPv6 addresses only
--[no-]filter &lt;args&gt;  object filtering
--[no-]also-filter-submodules
                      apply partial clone filters to submodules
--[no-]remote-submodules
                      any cloned submodules will use their remote-tracking branch
--[no-]sparse         initialize sparse-checkout file to include only files at root
--[no-]bundle-uri &lt;uri&gt;
                      a URI for downloading bundles before fetching from origin remote
</code></pre>
<p dir="auto">beelee@beelee-ThinkPad-T560:~/git-repos$ gh repo clone triplea-maps/global_40_expansion_uhd_boxes<br />
Command 'gh' not found, but can be installed with:<br />
sudo snap install gh  # version 2.86.0-112-gc30647b78, or<br />
sudo apt  install gh  # version 2.45.0-1ubuntu0.3<br />
See 'snap info gh' for additional versions.<br />
beelee@beelee-ThinkPad-T560:~/git-repos$ sudo snap install gh  # version 2.86.0-112-gc30647b78<br />
[sudo] password for beelee:<br />
error: This revision of snap "gh" was published using classic confinement and thus may perform<br />
arbitrary system changes outside of the security sandbox that snaps are usually confined to,<br />
which may put your system at risk.</p>
<pre><code>   If you understand and want to proceed repeat the command including --classic.
</code></pre>
<p dir="auto">beelee@beelee-ThinkPad-T560:~/git-repos$ sudo apt  install gh  # version 2.45.0-1ubuntu0.3<br />
Reading package lists... Done<br />
Building dependency tree... Done<br />
Reading state information... Done<br />
The following NEW packages will be installed:<br />
gh<br />
0 upgraded, 1 newly installed, 0 to remove and 91 not upgraded.<br />
Need to get 8,836 kB of archives.<br />
After this operation, 45.4 MB of additional disk space will be used.<br />
Get:1 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener noreferrer">http://us.archive.ubuntu.com/ubuntu</a> noble-updates/universe amd64 gh amd64 2.45.0-1ubuntu0.3 [8,836 kB]<br />
Fetched 8,836 kB in 1s (6,534 kB/s)<br />
Selecting previously unselected package gh.<br />
(Reading database ... 215818 files and directories currently installed.)<br />
Preparing to unpack .../gh_2.45.0-1ubuntu0.3_amd64.deb ...<br />
Unpacking gh (2.45.0-1ubuntu0.3) ...<br />
Setting up gh (2.45.0-1ubuntu0.3) ...<br />
Processing triggers for man-db (2.12.0-4build2) ...<br />
beelee@beelee-ThinkPad-T560:~/git-repos$ git clone gh repo clone triplea-maps/global_40_expansion_uhd_boxes<br />
fatal: Too many arguments.</p>
<p dir="auto">usage: git clone [&lt;options&gt;] [--] &lt;repo&gt; [&lt;dir&gt;]</p>
<pre><code>-v, --[no-]verbose    be more verbose
-q, --[no-]quiet      be more quiet
--[no-]progress       force progress reporting
--[no-]reject-shallow don't clone shallow repository
-n, --no-checkout     don't create a checkout
--checkout            opposite of --no-checkout
--[no-]bare           create a bare repository
--[no-]mirror         create a mirror repository (implies bare)
-l, --[no-]local      to clone from a local repository
--no-hardlinks        don't use local hardlinks, always copy
--hardlinks           opposite of --no-hardlinks
-s, --[no-]shared     setup as shared repository
--[no-]recurse-submodules[=&lt;pathspec&gt;]
                      initialize submodules in the clone
--[no-]recursive ...  alias of --recurse-submodules
-j, --[no-]jobs &lt;n&gt;   number of submodules cloned in parallel
--[no-]template &lt;template-directory&gt;
                      directory from which templates will be used
--[no-]reference &lt;repo&gt;
                      reference repository
--[no-]reference-if-able &lt;repo&gt;
                      reference repository
--[no-]dissociate     use --reference only while cloning
-o, --[no-]origin &lt;name&gt;
                      use &lt;name&gt; instead of 'origin' to track upstream
-b, --[no-]branch &lt;branch&gt;
                      checkout &lt;branch&gt; instead of the remote's HEAD
-u, --[no-]upload-pack &lt;path&gt;
                      path to git-upload-pack on the remote
--[no-]depth &lt;depth&gt;  create a shallow clone of that depth
--[no-]shallow-since &lt;time&gt;
                      create a shallow clone since a specific time
--[no-]shallow-exclude &lt;revision&gt;
                      deepen history of shallow clone, excluding rev
--[no-]single-branch  clone only one branch, HEAD or --branch
--no-tags             don't clone any tags, and make later fetches not to follow them
--tags                opposite of --no-tags
--[no-]shallow-submodules
                      any cloned submodules will be shallow
--[no-]separate-git-dir &lt;gitdir&gt;
                      separate git dir from working tree
-c, --[no-]config &lt;key=value&gt;
                      set config inside the new repository
--[no-]server-option &lt;server-specific&gt;
                      option to transmit
-4, --ipv4            use IPv4 addresses only
-6, --ipv6            use IPv6 addresses only
--[no-]filter &lt;args&gt;  object filtering
--[no-]also-filter-submodules
                      apply partial clone filters to submodules
--[no-]remote-submodules
                      any cloned submodules will use their remote-tracking branch
--[no-]sparse         initialize sparse-checkout file to include only files at root
--[no-]bundle-uri &lt;uri&gt;
                      a URI for downloading bundles before fetching from origin remote
</code></pre>
<p dir="auto">beelee@beelee-ThinkPad-T560:~/git-repos$ gitclone gh repo clone triplea-maps/global_40_expansion_uhd_boxes<br />
gitclone: command not found<br />
beelee@beelee-ThinkPad-T560:~/git-repos$</p>
<p dir="auto">I knew things were going too smoothly <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=1fb83dad8f1" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Any help is appreciated</p>
<p dir="auto">Edit<br />
OK I figured it out. Had to switch to https</p>
<p dir="auto"><img src="/assets/uploads/files/1777802012126-screenshot-from-2026-05-03-04-53-07.png" alt="Screenshot from 2026-05-03 04-53-07.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Edit 2<br />
and the struggle continues lol</p>
<p dir="auto"><img src="/assets/uploads/files/1777802332694-screenshot-from-2026-05-03-04-57-39.png" alt="Screenshot from 2026-05-03 04-57-39.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Edit 3<br />
Cheese and rice what minor nightmare that was lol. I guess I'll just delete this massive wall lol Idk that it'll really help anyone. they can just ask there AI buddy lol</p>
<p dir="auto">Edit 4<br />
Well actually it won't let me delete it <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=1fb83dad8f1" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">So yea follow the prompts so they can tell who you are and then you create a new token by going to your personal git avatar and</p>
<p dir="auto">Settings → Developer settings → Personal access tokens</p>
<p dir="auto">Be real deliberate when you do the token. If you're in a hurry just wait and do it some other time <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=1fb83dad8f1" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.triplea-game.org/topic/4314/unable-to-access-my-git-repo</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 16:40:14 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/4314.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2026 09:39:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to Access My Git Repo on Sun, 03 May 2026 15:28:03 GMT]]></title><description><![CDATA[<p dir="auto">That's impressive you got through to a working solution <a class="plugin-mentions-user plugin-mentions-a" href="/user/beelee" aria-label="Profile: beelee">@<bdi>beelee</bdi></a></p>
<p dir="auto">FWIW; I have an "ansible" that does a linux desktop setup. You should be able to point an AI at it and ask "how do I configure git". The installer has a pretty complete list of steps for setup, an AI can crib from it:</p>
<p dir="auto"><a href="https://github.com/DanVanAtta/linux_setup" target="_blank" rel="noopener noreferrer">https://github.com/DanVanAtta/linux_setup</a></p>
<p dir="auto">FWIW - I'm going to be playing around with Ubuntu 26.04 hopefully later today and will be exercising/testing that installer scripts (so, some README updates are likely to make it easier). I'm hoping Ubuntu 26.04 will fix the webcam on my laptop, hasn't work so far on prior Ubuntu's.</p>
]]></description><link>https://forums.triplea-game.org/post/77088</link><guid isPermaLink="true">https://forums.triplea-game.org/post/77088</guid><dc:creator><![CDATA[LaFayette]]></dc:creator><pubDate>Sun, 03 May 2026 15:28:03 GMT</pubDate></item></channel></rss>