美文网首页
2024-07-26 cocoapods pod instal

2024-07-26 cocoapods pod instal

作者: 小月_c665 | 来源:发表于2024-07-25 11:19 被阅读0次

解决办法:

检查 Git 配置文件中的设置:

全局配置文件:~/.gitconfig

本地配置文件:位于 Git 仓库根目录的.git/config

查找任何url条目并确保它们是正确的

[url "https://github.com/"]

    insteadOf = https://github.com.cnpmjs.org/

步骤

找到 cd ~/.gitconfig

打开 .gitconfig

文件最后改为 [url "https://github.com/"]

    insteadOf = https://github.com.cnpmjs.org/

相关文章

网友评论

      本文标题:2024-07-26 cocoapods pod instal

      本文链接:https://www.haomeiwen.com/subject/mlzphjtx.html