okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
251 stars 134 forks source link

fatal: unable to access 'https://git.okkur.org/syna/': OpenSSL SSL_read: Connection was reset, errno 10054 #879

Closed panda2tv closed 2 years ago

panda2tv commented 2 years ago

What happened?

d:\hugo\site\test.com>git submodule add https://git.okkur.org/syna themes/syna Cloning into 'D:/hugo/site/test.com/themes/syna'... fatal: unable to access 'https://git.okkur.org/syna/': OpenSSL SSL_read: Connect ion was reset, errno 10054

What did you expect to happen?

the theme syna suppose to be cloned to local

How can we reproduce this issue?

try below at local:

git submodule init # If you haven't initialized before git submodule add https://git.okkur.org/syna themes/syna

Is there anything else we need to know about?

I am using VPN, if that matter.

Syna theme version

No response

Hugo version

No response

Versions of other dependencies

No response

stp-ip commented 2 years ago

Works for me. Might be an SSL/TLS cert not having propagated correctly to all worldwide servers. Will check this manually. Please recheck in a few minutes.

panda2tv commented 2 years ago

I work around the issue by using SHH clone. Don't understand the reason but works now.