I'm attempting to finish an Azure web app tutorial. In the step "Push to Azure from Git", I'm attempting to push to Github using, but getting error message
SivesA@ONE7-FAL138552 MINGW64 /c/2017/11 November/20112017/nodejs-docs-hello-world-master (master)
$ git remote add azure https://[email protected]/nodejswebappadamsives2.git
fatal: remote azure already exists.
no matter what URL I use.
I've been sure to inititalise and commit the project. I've also tried resolution through another SO question, but seem to be hitting a brick wall. My remote properties are as follows:
SivesA@ONE7-FAL138552 MINGW64 /c/2017/11 November/20112017/nodejs-docs-hello-world-master (master)
$ git remote -v show
azure https://[email protected]/nodejswebapp.git (fetch)
azure https://[email protected]/nodejswebapp.git (push)
the Github repository is https://[email protected]/nodejswebappadamsives2.git