-
I've Trouble when trying to setup git integration self-hosted weblate. when I test to connect to my self-hosted repository I got an error: this is indeed normal in my internal ecosystem, usually I can fix this by adding .gitconfig with this configuration:
or by defining sslCAInfo property. I've Also tested on openshift terminal, and it work. but I don't know how exactly git works through weblate.
but I still got the same error. Anyone now how achieve the sampe configuration for weblate self-hosted? or other solution that may works? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
after several check I found out that there's also
|
Beta Was this translation helpful? Give feedback.
after several experiment I've found out how to change it:
by recreating docker image from base image and add my custom
.gitconfig
to targeted path and set the desired user ownershipit's work now