How To Export My Repls To Github Account?
Hi,
I signed up with an email address.
How can I export my code to github account or integrate both my accounts.
Thanks
panditadata
How is the development going? is it possible to export repls to Github?
if yes , where can I find the how to?
4414imran
Lol, this still isn't possible. 3 years, no progress.
ExistentialBudh
repl.it never wanted to have integrated github repo.
thats why they dont have it till now.
themaka
More/better (or more better) integration coming soon (no exact date available yet though). Go vote for it in the feedback area: https://repl.it/feedback
panditadata
@themaka Did it happen?
Andrewmasih
has it happened?
AndrewBelegrino
Would be great! @themaka
upsideumop
@themaka did support come??
davidnyan211106
@RedstoneRadiant i dont think they're gonna make one any sooner
There is currently no way of pushing files from your repl to GitHub, it's currently under development. But there's a workaround you can try, click the 3 dots on your file manager in repl.it and click on
Download as ZIP
, then push the contents of the zip file onto your GitHub repository.@TheDrone7 I haven't yet tried it, but aren't you able to
git pull origin
in the shell of your repl?@Vandesm14 I think that will need you to have some perms. Also I'm not sure if they have git installed, most probably they're making their own implementation of GitHub API.
That button dint download the whole repl for me it dint download a folder @TheDrone7