我昨天和今天嘗試推送我現有的回購并面臨同樣的問題:
alisafarpour@Alis-Air rouyesh-ehsan-react % git push
fatal: unable to access 'https://gitlab.com/taylor.ren/test.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to gitlab.com:443
我嘗試從 GitLab UI 獲取/推送,效果很好。
任何人都可以在這種情況下提供幫助嗎?
我正在使用 MacBook Air m1
uj5u.com熱心網友回復:
我發現我的解決方案我在代理后面并且它產生了問題,我必須.gitconfig在我的問題中添加代理配置后添加代理配置.gitconfig,此代碼對我有用:
[http]
proxy = socks5://your.proxy.server:4080
[https]
proxy = socks5://your.proxy.server:4080
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/511464.html
標籤:混帐sslGitLab
