由于 github 安全機(jī)制升級(jí)右核,導(dǎo)致安裝依賴報(bào)以上錯(cuò)誤啰扛。
方案 1 替換 git://
在 pubspec.yaml 中將包含git://
的倉(cāng)庫(kù)地址改為https://
或者github://
方案 2 使用https:替換git:
git config --global url."https://".insteadOf git://
由于 github 安全機(jī)制升級(jí)右核,導(dǎo)致安裝依賴報(bào)以上錯(cuò)誤啰扛。
在 pubspec.yaml 中將包含git://
的倉(cāng)庫(kù)地址改為https://
或者github://
git config --global url."https://".insteadOf git://