我在iOS上设置iOS时遇到了问题,它在安卓系统上运行得很好。
在Podfile中,我添加了:
pod 'react-native-onesignal',
:podspec => "../node_modules/react-native-onesignal/react-native-onesignal.podspec",
:path => '../node_modules/react-native-onesignal'错误:
安装错误-本机-一个信号!/usr/local/bin/git克隆/var/folders/hp/96xj1gkj76s_x7hbh3rd2vs80000gn/T/d20180426-27872-elbnyw git+https://github.com/geektimecoil/react-native-onesignal.git.git -模板=-单分支-深度1-分支 致命:找不到“git+https”的远程助手
你知道这里面会有什么问题吗?
发布于 2018-09-07 21:57:03
试着在您的终端中运行它以使其工作:
git config --global url."https://".insteadOf git+https://https://stackoverflow.com/questions/50037964
复制相似问题