yarn遇到git錯(cuò)誤
The unauthenticated git protocol on port 9418 is no longer supported
使用以下方式解決:
git config --global url."git@github.com:".insteadOf git://github.com/
yarn遇到git錯(cuò)誤
The unauthenticated git protocol on port 9418 is no longer supported
使用以下方式解決:
git config --global url."git@github.com:".insteadOf git://github.com/