Closed libdefi closed 11 months ago
When I used npx rn-ai to create a test app and attempt to upload it to my Github, which means it has been linked to your repo.
npx rn-ai
I could fix it manually and upload it, but it's a little stressful and you might as well fix it.
Thanks.
try rm -rf .git after creating a new project and it should let you create a new git configuration using git init
rm -rf .git
git init
@libdefi actually updated the CLI to do this automatically
When I used
npx rn-ai
to create a test app and attempt to upload it to my Github, which means it has been linked to your repo.I could fix it manually and upload it, but it's a little stressful and you might as well fix it.
Thanks.