gpt4 book ai didi

ios - 当我执行 git push origin master 时,为什么出现错误 : failed to push some refs to 'git@github.com:sshallow/FirstPod.git'

转载 作者:行者123 更新时间:2023-11-29 05:29:09 27 4
gpt4 key购买 nike

我正在学习创建公共(public)cocoapods,一直遇到这个问题,

这是我尝试过的步骤。

  1. pod lib create FirstPod(有些文件是自动生成的,例如_Pods,FirstPod.podspec,Example)
  2. 将我的文件添加到 FirstPd/Classes(自定义 UIView,包括 .h 和 .m)
  3. 修改 podspec 文件( s.ios.deployment_target = '9.0' 和 s.ios.framework = 'UIKit')
  4. cd FirstPod/Example/,然后pod install
  5. 执行以下代码,执行git push origin master时出错

git add -A && git commit -m "Release 0.1.0"

git tag '0.1.1'

git remote add origin git@github.com:sshallow/FirstPod.git

git push --tags

git push origin master

enter image description here

pod --version 1.7.5

更新:我刚刚按照这个tutorial又试了一次,而且还是同样的错误! enter image description here enter image description here

最佳答案

确保创建一个存储库,而不是带有初始 README.md 文件的存储库

这将有助于避免错误消息。

但就您而言,如果您不关心所述 README.md 文件:

git push --force -u origin master

关于ios - 当我执行 git push origin master 时,为什么出现错误 : failed to push some refs to 'git@github.com:sshallow/FirstPod.git' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57835962/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com