gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

Username in url does not work (Error 502) #51

Closed mithodin closed 5 years ago

mithodin commented 5 years ago

When I am trying to clone a repository (or push to it), I cannot put the username in the url like so: https://@server.example/repo, because I get an error 502 back if I do so. Cloning/pushing to https://server.example/repo and then specifying on the command line works.

mithodin commented 5 years ago

Nevermind, it was an error on my part.