ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
472 stars 78 forks source link

Using "http" method fails on username/password prompt #76

Closed dirkhas closed 3 years ago

dirkhas commented 3 years ago

When setting method to "http", the scripts end up prompting for username/password. This makes it impossible to script gitlabber non-interactively. The correct way would probably be to:

  1. Make user specify username in addition to token on command-line, and use these.
  2. Integrate with git credentials to get this info.
ezbz commented 3 years ago

duplicate of #18