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/"

之后pod update继续报错

到 ~/.cocoapods/repos/ 目录下 删除 gitee-regentsoft_epos-regent-specs 文件夹之后重新 update 即可

---方法来源

上一篇下一篇

猜你喜欢

热点阅读