12:51:47.322: [../../project] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false clone --progress --recurse-submodules ssh://git@******/.git -- ****
Cloning into '*****'...
ssh: connect to host ****** port 30022: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解決方案:
git config --global http.proxy "××××××:30080"
切換到自己公司倉服時候使用
git config --global http.proxy ""