Git Clone Fails with sslRead() error on OS X Yosemite

前端 未结 4 2018
面向向阳花
面向向阳花 2020-12-09 04:40

I\'m currently on OS X Yosemite 10.10.3, and trying to git clone an existing repo which works fine on Windows. I\'ve tried a combo of installing git through homebrew with c

4条回答
  •  不知归路
    2020-12-09 04:47

    Just installing git with "brew install git --with-brewed-curl --with-brewed-openssl" didn't help.

    I got resolved by setting 2 remote URL with any protocol https:// or ssh://.

    1. upstream for team repo
    2. origin for fork repo

    Now, I am able to push with my changes to origin without any problem.

    Hope it helps!

提交回复
热议问题