Guix pull not working

I just got into my install of guix os and upon running

guix pull
i got
guix pull: error: Git error: SSL error: syscall failure: Resource temporarily unavailable

how would i fix this?

Might be that the guix git repo is unavailable. I had issues running guix pull, kept getting error 502.

You can try the codeberg mirror and see if that works:

guix pull --url=https://codeberg.org/guix/guix-mirror

Here’s the post about it: Mirror of the Git repository at Codeberg

I think the 502 error is a defend to the crawler bot. You can wait and try again.

i’m not getting a 502 error though…

True, I figured if you tried with the mirror you could rule out any issue with the repo itself.

I haven’t seen that exact, so that’s as far as my help goes on this. But you can search the Guix help archive and see if anyone else have had any similar issues.

Also ask in #guix channel on the Libera Chat IRC network.