I'm trying the new Azure DevOps offering from Microsoft. My account is through my school (GeorgiaTech). I used an open source project for that (dcm4che). I had cloned the dcm4che repo from GitHub locally. Now trying to push it to Azure DevOps
➜ dcm4che git:(master) git remote add azure https://[email protected]/OHIF/dcm4che/_git/dcm4che
➜ dcm4che git:(master) git push -u azure --all
Password for 'https://[email protected]':
fatal: Authentication failed for 'https://[email protected]/OHIF/dcm4che/_git/dcm4che/'
surprisingly Azure didn't ask me for username. I don't know what should I do to provide username


