When trying to access a private glitch app using git, in case of about half the apps I get a message like this:
fatal: repository ‘https://:@api.glitch.com/git/dear-philodendron/’ not found
Where can be either my regular authorization token, or the token I get when clicking ‘copy user name’ in the interface. In both cases, the same subset of apps will consistently give this error. Others will work.
Any clues on how to fix/work-around this would be much appreciated!
Hey @vanviegen sorry for the bother! To be clear, you’re saying that the url you provided would have one of those two tokens you referred to in it (presumably you removed them for security’s sake)?
In this particular case I can’t find a project at that domain at all, so I would expect this behavior. Do you have another example I can dig into?
I was using the not-really-an-API to obtain the project names (we’re using Glitch for educational assignments), and used ‘name’ instead of ‘domain’ as the base. So that’s why it didn’t work for projects that the students themselves renamed. Uhm…