[deployments] Errors when accessing public GitHub git repositories
» View Event Details | Created
Resolved
Incident is considered resolved on our end.
GitHub has silently forbidden some unauthenticated requests to their service, an error message has been published:
```
fatal: remote error: GitHub is temporarily limiting some unauthenticated downloads to protect the stability of the platform. Please retry later or authenticate.
```
It has been identified on our side that requests coming from some git/libcurl versions over HTTP/2 have been targeted especially. We've updated our system so this limitation does not impact buildpacks fetching during deployment.
You may still experience issues if your dependency management tools uses "git" to fetch dependencies and that you application is still running the 'scalingo-24' or 'scalingo-22' stack. In this case you have 2 solutions:
1. Switch to the 'scalingo-26' stack
2. Add a `.gitconfig` file to your repository containing:
```
[http "https://github.com"]
http.version = HTTP/1.1
```
Posted: