Hi,
I'm trying to reorganize a bunch of Groovy scripts with Scriptler, and I would like to use the git repository.
My environment:
CentOS 6.8 64 bit
JRE 1.8.0_92 (Oracle)
git 1.7.12.4 (rpmforge)
Apache HTTPD 2.2.15-53 (CentOS)
mod_jk 1.2.41 (ASF)
Tomcat 8.0.33 (ASF)
Jenkins 2.6 (upgraded from the last 1.6x release)
scriptler 2.9
git 2.4.4
git-client 1.19.6
git-server 1.6
From the documentation, it indicates that I should be able to clone the git repository of scriptler from http://[jenkins-url]/scriptler.git
However, if I try to clone this from Windows 7 64 bit (git 2.6.3.windows.1), I get the following:
Cloning into 'scriptler'...
error: fatal: RPC failed; result=22, HTTP code = 403
The remote end hung up unexpectedly
I've tried this both through HTTPD and through Tomcat directly (port 8080).
I understand that to push to the git repository, I'll have to have credentials. However, I'm not able to clone the existing repository, whether
it's empty or it contains a sample script.
Obviously I am doing something wrong. What do I need to do to make this work?
Mark
/mde/