Hello Konstantin,
Thank you for your reply.
In answer to your last question I am seeing information in the access
log indicating atempts to push files but they're getting either 401 or
404 messages.
I have temporarily commented out the require valid-user directive and
restarted apache. I am gett
пт, 8 нояб. 2019 г. в 21:16, David Mehler :
> 'm trying to run git on FreeBSD with Apache 2.4 as the web server. My
> issue is I can pull/clone from the repo via remote:
>
> git clone https://git.example.com/myrepo.git
1. Looking at you 'ScriptAlias' directive, I think that for your
configuration
Hello,
I'm trying to run git on FreeBSD with Apache 2.4 as the web server. My
issue is I can pull/clone from the repo via remote:
git clone https://git.example.com/myrepo.git
This works fine. The issue comes when I atempt to push changes:
git commit -m "commit message"
git push origin master
T