Ping gitlab.com shows not reachable

Hi,

I suspect the unreachable message is because the ping operation is not permitted.

$ ping render.comping: socket: Operation not permitted

I’d be curious what you’re attempting to achieve with writing back to a repo from a service.

If you’re generating files that you want to persist, maybe look at a Render Disk, or an external store like AWS S3. A git repo is intended to be a source of truth for your code, not a data store.

Or, maybe consider a database.

However, if you still want to push back to you repo you’ll need to make the considerations the previous contributor mentioned.

Alan

1 Like