Pod私有库 SSH拉取|提示 Username for 'ht
2022-01-22 本文已影响0人
Poto_L
最近新装的系统在Pod update提示报错
解决方法:
配置 ~/.gitconfig
[url "git@gitee.com:"]
insteadOf = https://gitee.com/
[url "git@gitee.com:"]
pushInsteadOf = "git://gitee.com/"
[url "git@gitee.com:"]
pushInsteadOf = "https://gitee.com/"