When i open a new project and i try to upload my Github Repo, it gives me the following message. I had this same problem 2 days ago and when i posted something on the forum and i went back to my project it worked. Nothing i tried work.
@TheEpicMinion What @potch means is if the repo access is off you can’t access through git. And if it’s on and having that error, usally means something went wrong when enabling it.
If you’re going to use the git commands in the console, @Daksh777, you’ll probably need to follow git fetch with a git merge, or you can use git pull (which is basically a git fetch followed by a git merge). git fetch retrieves the changes from the remote repo, but it doesn’t check them out into your local file system. This StackOverflow answer is a good, short explanation.
If you want to try getting the Glitch Import from GitHub working I’m happy to try to work with you on it - there may be a reasonable explanation of what you’re experiencing, or it’s possible there’s something amiss somewhere. If you’d like to do that then I suggest you perform these steps:
As Potch mentioned, Revoke and Re-grant Glitch access to your GitHub account
Create a new project
Use the Import function and see how it goes.
If all does not go according to plan, let us know what errors you encountered, if any, including any error codes provided, what the project name you’re importing to is, and the value you provided at the import step. Given that information we might be able to sort out what’s going wrong, and at least provide a reason, even if we can’t provide a solution.
First i tried if it would work normaly, but it didn’t.
I Revoke the access to my GitHub account and Re-granted it. This is what i got.
-> I got this message in my logs.
But if i went to my Project domain page, i did saw PARTS of my project. But if i would refresh my editor page or re-open it, i wouldn’t see the documents i saw on my project domain page.
I did all those things already in a new project so yea…
I first try with a Git pull and it gave me this message. I did also got some counters counting to 100% but they where to many lines up to be loaded. Cause it spammed a bunch of node_modules's
So i made a new project and i tried with a Git fetch and it gave me this message. And i refreshed as @Daksh777 said.
But even if refreshed i still didn’t saw the files. Not in my editor or on my project domain name.
Hey @TheEpicMinion would you be willing to share your git repo name, and to invite me (@cori on GitHub, too) so I can test this myself? You can PM me the details if that’s preferable.