I’m trying to access my Git repository
https://username@api.glitch.com/git/<project_name>
and get the following error message:
Cannot GET /git/<project_name>
What am I doing wrong?
I’m trying to access my Git repository
https://username@api.glitch.com/git/<project_name>
and get the following error message:
Cannot GET /git/<project_name>
What am I doing wrong?
The “/git/” part is unnecessary. Usually when you call for an API (or in this case the repository) you don’t need to put additional stuff for GIT.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.