I have created a GIT Bare Repository in the Linux server.
And while I try to clone the repository using Nodegit from the local workstation, I'm getting the following error.,
err { Error: received unexpected content-type errno: -1 }.
Following is the apache access log,
/gitrepos/repository/info/refs?service=git-upload-pack HTTP/1.1" 200 59 "-" "git/1.0 (libgit2 0.25.0)"
This is returning "refs" as text.
Any help is much appreciated.
Thanks in advance.