A project has been created in tuleap with git enabled. and with the repository created for tuleap we are able to git clone, add and commit changes. When we try to push the changes to the remote via http, it throws an error as no Dav locking support enabled for repository url. Please help me out of this.
Asked
Active
Viewed 962 times
1 Answers
1
The usual solution is to switch to an ssh url of your gitolite server on Tuleap (see the comments on my old answer)
Checking the gitolite logs on the server can help. This thread illustrates that any kind on gitolite redirection (mirror or slave to actual gitolite master server) would not support http.
git remote set-url origin ssh://gitolite@<server_name>