- 具体错误:
[!] Error installing boost-for-react-native
[!] Failed to download 'boost-for-react-native': [!] /usr/local/bin/git clone https://gitee.com/damon-s/boost-for-react-native.git /var/folders/pf/9xkhyvb53njgx1h2r0726d_w0000gn/T/d20210218-68518-v90tw7 --template= --single-branch --depth 1
Cloning into '/var/folders/pf/9xkhyvb53njgx1h2r0726d_w0000gn/T/d20210218-68518-v90tw7'...
remote: zhangruidong: Incorrect username or password (access token)
- 解决方式:将Podfile文件中
pod 'boost-for-react-native', :git => 'https://gitee.com/damon-s/boost-for-react-native.git’
替换为
pod 'boost-for-react-native', :git => 'https://gitee.com/mirrors/boost-for-react-native.git’
即可解决