emacs/var/elfeed/db/data/2d/2da25f2a469a37e34dd4ac758c40227663992d04
2022-01-03 12:49:32 -06:00

1 line
1.6 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I am trying to ease my way into GUIX by starting with just using it as a package manager, but my effort was stalled early. I&#39;m getting:</p> <blockquote> <p>$ guix pull Updating channel &#39;nonguix&#39; from Git repository at &#39;<a href="https://gitlab.com/nonguix/nonguix&#x27;&amp;#x2026">https://gitlab.com/nonguix/nonguix&#39;&amp;#x2026</a>; guix pull: error: Git error: the SSL certificate is invalid</p> </blockquote> <p>This is occurring after adding a couple to channels.scm:</p> <pre><code>(cons* (channel (name &#39;nonguix) (url &quot;https://gitlab.com/nonguix/nonguix&quot;) (introduction (make-channel-introduction &quot;897c1a470da759236cc11798f4e0a5f7d4d59fbc&quot; (openpgp-fingerprint &quot;2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5&quot;)))) (channel (name &#39;flat) (url &quot;https://github.com/flatwhatson/guix-channel.git&quot;) (introduction (make-channel-introduction &quot;33f86a4b48205c0dc19d7c036c85393f0766f806&quot; (openpgp-fingerprint &quot;736A C00E 1254 378B A982 7AF6 9DBE 8265 81B6 4490&quot;)))) %default-channels) </code></pre> <p>I feel like I&#39;m missing something obvious here, but I have seen a few others with this problem. What am I missing?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/WorldsEndless"> /u/WorldsEndless </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/pzvt3n/guix_pull_error_git_error_the_ssl_certificate_is/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/pzvt3n/guix_pull_error_git_error_the_ssl_certificate_is/">[comments]</a></span>