I am trying to deploy private repository with github onto Azure and it used to work perfectly until I made a piece of repository into separate private submodule that is also hosted on github.
Now, every time I try to deploy to Azure it breaks during submodule deployment with following message: fatal: could not read Username for 'https://github.com'
What can I do to fix it?