Can't import from github

I guess it’s better explained if I send a video showing it doesn’t work. https://youtu.be/GEdK4YpvO9c

To import from GitHub, you need to provide only the username and repo name. Using the example from your video, you should put only KironDevCoder/DiscordHugsBot in the form, and not the full git clone url.

Let me know if you’re able to try that and if you still have issues!

still getting the same result.

Are you able to take a look a the JavaScript Console in your browser to see if there’s any error there?

I got a 500 (internal server error) for https://api.glitch.com/project/githubImport?projectId=470f9ff9-45ed-40df-aa27-46551f9358fb&repo=KironDevCoder%2FDiscordHugsBot (going to that url in a new tab says “Cannot GET /project/githubImport”) and a 429 (too many requests error) for https://sentry.io/api/1247156/store/?sentry_key=029cb06346934232bbc4ea4f4c16f1b7&sentry_version=7.

Hey @AceKiron, sorry you’re having issues importing from GitHub. It looks like the import is having trouble overwriting existing files in your project- you can try going into the project’s console and manually deleting the files from your project before importing or you can go to the glitch menu and start a new project from a GitHub repo

1 Like