<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114766/unable-to-fetch-from-nrf-connect-sdk-github-repository</link><description>I&amp;#39;m attempting to initialise my first zephyr project using the nRF SDK, and have been following the academy course on the nRF boards. Problems arise on the install SDK (2.6.1)-step where `west update` fails, returning a git: broken pipe error. Several</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Jan 2025 14:58:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114766/unable-to-fetch-from-nrf-connect-sdk-github-repository" /><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/516834?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 14:58:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dac8d062-cf59-44fa-b4a3-385f45251732</guid><dc:creator>mdk</dc:creator><description>&lt;p&gt;I encountered same issue with v2.9.0 on MacOSX Sequoia&amp;nbsp;15.1.1 (24B91). What fixed it was switching from Fish shell to ZSH.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(To be fair, the tooling warns Fish is not a supported Shell soooo...)&lt;/p&gt;
&lt;p&gt;/ MDK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/503428?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2024 14:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5f148ce-352a-42bf-bc05-a3f0d3e0f8a6</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you seeing this issue if you install other versions of the SDK, or only with v2.6.1?&lt;/p&gt;
&lt;p&gt;Have you tried different networks?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/502724?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 09:34:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65fab51f-6beb-4ca3-abfa-539f4cf9ba6f</guid><dc:creator>Matsb</dc:creator><description>&lt;p&gt;I pasted the one-liner from the article you referenced into the nrf repository:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ git fsck --lost-found | grep missing | awk &amp;#39;{print $3}&amp;#39; | xargs git fetch-pack https://github.com/nrfconnect/sdk-nrf
Checking object directories: 100% (256/256), done.
Checking objects: 100% (256010/256010), done.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Though the output of west update remains the same. It would seem the problem lies in the remote end of the repository, considering the aforementioned `broken pipe`-output when attempting to install through VSCode.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1726565622268v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/502712?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 08:39:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6d1f9c3-be05-4aff-99a8-c98740e6e65b</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;You could try to follow this link&amp;nbsp;&lt;a href="https://reinaldorauch.dev.br/git-how-to-correct-missing-object-errors"&gt;https://reinaldorauch.dev.br/git-how-to-correct-missing-object-errors&lt;/a&gt;&amp;nbsp;is has fixed similiar issues in the past according to a tip I got.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And the correct link is&amp;nbsp;&lt;a href="https://files.nordicsemi.com/ui/native/ncs-src-mirror/external/"&gt;https://files.nordicsemi.com/ui/native/ncs-src-mirror/external/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/502703?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 07:58:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd6f36d0-6dec-41a6-8088-63b69e5c7098</guid><dc:creator>Matsb</dc:creator><description>&lt;p&gt;No problems with the toolchain. I&amp;#39;ll see if I get it working by installing manually, though it would seem the link you provided is faulty...&lt;/p&gt;
&lt;p&gt;Through a browser&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1726559460698v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Attempting with wget&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ wget https://files.nordicsemi.com/artifactory/ncs-src-mirror/external/v2.6.1/src.tar.gz
--2024-09-17 09:50:04--  https://files.nordicsemi.com/artifactory/ncs-src-mirror/external/v2.6.1/src.tar.gz
Resolving files.nordicsemi.com (files.nordicsemi.com)... 20.101.176.184
Connecting to files.nordicsemi.com (files.nordicsemi.com)|20.101.176.184|:443... connected.
HTTP request sent, awaiting response... 404
2024-09-17 09:50:04 ERROR 404: (no description).&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regarding the Github issue:&lt;/p&gt;
&lt;p&gt;Of course, it could well be related, though as per this quote from the report:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;&lt;span class="whitespace-pre-wrap"&gt;We are investigating failed connections for Git SSH. Customers may be experiencing failed SSH connections both in CI and interactively. Retrying the connection may be successful. Git HTTP connections appear to be unaffected.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;It would seem the issue was strictly related to SSH, whereas my problems stem from HTTP.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your help with this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/502698?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 07:42:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4289fea-ecd3-44eb-9718-c450b049e1d5</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Did you manage to install the toolchain or did it also fail?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could also try as a workaround to install the SDK manually&amp;nbsp;&lt;a href="https://files.nordicsemi.com/artifactory/ncs-src-mirror/external/v2.6.1/src.tar.gz"&gt;https://files.nordicsemi.com/artifactory/ncs-src-mirror/external/v2.6.1/src.tar.gz&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I saw there was some discussion internally last night regarding a smiliar issue, it looks like github&amp;nbsp;had a hiccup&amp;nbsp;&lt;a href="https://www.githubstatus.com/incidents/r3x7x31k7nn1"&gt;https://www.githubstatus.com/incidents/r3x7x31k7nn1&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/502688?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 06:55:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63acfa31-e678-4277-963a-44874ccd8d8d</guid><dc:creator>Matsb</dc:creator><description>&lt;p&gt;Thank you for taking the time to look into this, and getting back to me. I attempted increasing the git buffer size, however `west update`, and thus `git fetch` as well, still fails. Here&amp;#39;s the output of the verbose `west update` command:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;=== updating zephyr (zephyr):
--- zephyr: fetching, need revision v3.5.99-ncs1-1
remote: Enumerating objects: 1074562, done.
Receiving objects: 100% (1074562/1074562), 594.81 MiB | 5.01 MiB/s, done.
remote: Total 1074562 (delta 0), reused 0 (delta 0), pack-reused 1074562 (from 1)
Resolving deltas: 100% (811240/811240), done.
usage: git rev-list [&amp;lt;options&amp;gt;] &amp;lt;commit-id&amp;gt;... [-- &amp;lt;path&amp;gt;...]
  limiting output:
    --max-count=&amp;lt;n&amp;gt;
    --max-age=&amp;lt;epoch&amp;gt;
    --min-age=&amp;lt;epoch&amp;gt;
    --sparse
    --no-merges
    --min-parents=&amp;lt;n&amp;gt;
    --no-min-parents
    --max-parents=&amp;lt;n&amp;gt;
    --no-max-parents
    --remove-empty
    --all
    --branches
    --tags
    --remotes
    --stdin
    --quiet
  ordering output:
    --topo-order
    --date-order
    --reverse
  formatting output:
    --parents
    --children
    --objects | --objects-edge
    --unpacked
    --header | --pretty
    --[no-]object-names
    --abbrev=&amp;lt;n&amp;gt; | --no-abbrev
    --abbrev-commit
    --left-right
    --count
  special purpose:
    --bisect
    --bisect-vars
    --bisect-all
error: https://github.com/nrfconnect/sdk-zephyr did not send all necessary objects

FATAL ERROR: command exited with status 1: fetch -f --tags -- https://github.com/nrfconnect/sdk-zephyr v3.5.99-ncs1-1&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to fetch from nRF Connect SDK github repository</title><link>https://devzone.nordicsemi.com/thread/502676?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 05:52:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05b5ba0e-d983-4f97-abe2-defff81fc75e</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi Mats&lt;/p&gt;
&lt;p&gt;Could you post the error log from west?&lt;/p&gt;
&lt;p&gt;I have had a few cases in the past where OSX users had an issue with the buffer size.&amp;nbsp;&lt;span&gt;Could you try to increase it with the following command&amp;nbsp;&lt;/span&gt;&lt;span&gt;git config --global http.postBuffer 157286400 and try west again?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>