0

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
[email protected]
core.ignorecase=false
credential.helper=store
url.https://github.com/[email protected]:
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?

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.