Disconnect github repo
Is there any way to disconnect a git repo from a repl? Forking kept the repo connected, while downloading then importing as a zip removed folder structure.
Deleting the repo kept it connected as well
I have a similar issue, someone else connected a git repo to their repl, and when i forked it, it connected their git repo to my repl
I guess as long as I dont commit anything I dont care though
@Coder100 I just spent 2 hours copying everything over by hand -_-
@realTronsi Well atleast now you could write feedback instead xD
No, I don't think so. You could try creating a new repl then using the shell to clone the repo.
the repo is already deleted from my previous attempts so I can't git clone the repo
@realTronsi Interesting. Please link your repl.
@HarperframeInc uh it's something rather confidential.. I could replicate it if you would like. Just to put it simply, it has a large number of directories and files which would take way too long to copy over by hand
@realTronsi Yeah, I don't know how to help you. Maybe contact support?
git remote rm origin
worked for me@asiaurre04 works