spckio / spck-issues

Spck Editor Issues
https://spck.io
72 stars 15 forks source link

Spck error when trying to push something in GitHub #706

Open TheoristMC opened 2 months ago

TheoristMC commented 2 months ago

TLDR; Make it able to push to a repo without the need of cloning it.

As I have node_modules folder in my GitHub repository, it unables me to clone it since Security Reasons. So I downloaded the zip file of my repo and manually put it there, I initialize my repo then put my remote. But it errors saying it needs "force-true:override".

victoryosiobe commented 2 months ago

Means: you need the force option, but the app doesn't have the option to set force: true. Probably, you may not be chanced to use a terminal and git force instead.

Oluwabillionz96 commented 1 week ago

I'm facing the same issue,what should someone do at this point???

victoryosiobe commented 1 week ago

Unfortunately, there's no solution yet. Except you use a terminal to force push, or commit from the export files from spck, on GitHub if you don't need to push much of them.