LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection in macOS
0
votes
0
answers
118
views
when I run this command in Visual Studio Code in macOS 13.3.1, shows:
➜ texhub-web git:(main) git pull origin main
fatal: unable to access 'https://github.com/RedDwarfTech/texhub-web.git/ ': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
this is the git config:
credential.helper=osxkeychain
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
user.name=JiangXiaoqiang
user.email=jiangtingqiang@gmail.com
core.ignorecase=false
credential.helper=store
url.https://github.com/.insteadof=git@github.com :
pack.window=1
http.postbuffer=157286400
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
remote.origin.url=https://github.com/RedDwarfTech/texhub-web.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.main.remote=origin
branch.main.merge=refs/heads/main
branch.main.vscode-merge-base=origin/main
lfs.repositoryformatversion=0
branch.feature/resize-flashing.vscode-merge-base=origin/main
pull.rebase=false
when I run this same command under iTerm, it works fine. why did this happen? what should I do to fixed this issue?
Asked by Dolphin
(791 rep)
Jan 27, 2025, 09:09 AM