This repository was archived by the owner on Mar 25, 2025. It is now read-only.
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 #202
Open
Description
Bug Description
when I use yarn create eth-app my-eth-app, it reported an error:
Error log
"error Command failed. Exit code: 128 Command: git Arguments: fetch --tags Directory: /Users/coln/Library/Caches/Yarn/v6/.tmp/166c4037ddf7608d79e84e263dcd7746 Output: fatal: 无法访问 'https://github.com/edgeandnode/gluegun.git/':LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Error: Client network socket disconnected before secure TLS connection was established at connResetException (node:internal/errors:683:14) at TLSSocket.onConnectEnd (node:_tls_wrap:1577:19) at TLSSocket.emit (node:events:406:35) at endReadableNT (node:internal/streams/readable:1329:12) at processTicksAndRejections (node:internal/process/task_queues:83:21) Error: Client network socket disconnected before secure TLS connection was established at connResetException (node:internal/errors:683:14) at TLSSocket.onConnectEnd (node:_tls_wrap:1577:19) at TLSSocket.emit (node:events:406:35) at endReadableNT (node:internal/streams/readable:1329:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)
Aborting installation.
yarnpkg install --cwd /Users/coln/www/127/tech/create-eth-app/my-eth-app has failed.
error Command failed.
Exit code: 1
Command: /usr/local/bin/create-eth-app
Arguments: my-eth-app
Directory: /Users/coln/www/127/tech/create-eth-app
Output:
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command."
My local network is accessible to GitHub. Also I can git clone https://github.com/edgeandnode/gluegun.git.
Steps to Reproduce
yarn create eth-app my-eth-app
Expected Behavior
create eth-app successfully