
2025-10-07 13:17:45
Today I discovered #ForgeJo. It's fucking awesome for self-hosting (I'm actually using it for private repositories at home).
https://forgejo.org/
Today I discovered #ForgeJo. It's fucking awesome for self-hosting (I'm actually using it for private repositories at home).
https://forgejo.org/
If you're using #ForgeJo and are experiencing the error
`fatal: the remote end hung up unexpectedly` when doing "git push", the problem is the client buffer size for HTTP pushes. In my case I have just fixed it by doing the following:
`$ git config http.postBuffer 157286400`
I've found the solution here:
#forgejoAneksajo v12.0.1-git-annex0 just dropped! 🥳
Smooth update, even with my own patches 👍
Thank you @… for maintaining this amazing @…
Pregunta para entendidos: ¿forgejo soporta federación para trabajar entre distintas instancias? Por ejemplo si hago un fork de un proyecto desde un servidor a mi cuenta en otro, ¿Puedo hacer un pull request al servidor original para que se incluyan mis cambios en el código?
Aclaro que sé muy poco de como utilizar git. Lo uso de manera bien bšsica.
#Forgejo