electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications
https://native.electrode.io
Other
723 stars 113 forks source link

Error while try to add native app on cauldron #1890

Open AndradeMaicon opened 1 year ago

AndradeMaicon commented 1 year ago

Hi, start to learning using Electrode Native. But when I try to add a native app on my cauldron repo I receive this error:

ern cauldron add nativeapp nativeToElectroide:android:1.0.0

[v0.50.0] [Cauldron: cauldron-github-repo]

✔ Ensuring that native application descriptor does not already exist in Cauldron 0s ✔ Adding nativeToElectroide:android:1.0.0 0s ✖ Updating Cauldron 1s ✖ An error occurred: Pushing to github.com:AndradeMaicon/electrode-repo.git ✖ error: src refspec main does not match any ✖ error: failed to push some refs to 'github.com:AndradeMaicon/electrode-repo.git'

Before getting this error I just added cauldron to my repository using this command:

ern cauldron repo add cauldron-github-repo git@github.com:AndradeMaicon/electrode-repo.git#main --current

Has anyone gone through this and could help me with this problem?

Link from my repo: https://github.com/AndradeMaicon/electrode-repo