Azure Repos

Sort:
Avatar of digitalcrankz

Currently having a single instance of Web Apps and now trying to control the source code using git. I have used "clone" in Azure Repos and used the following command below to add the remote directory in App Service Editor.

git remote add origin [Azure Repos URL]

However, the console in App Service Editor shows the following Error message.

\ [master]> git remote show origin
fatal: NullReferenceException encountered.
   Object reference not set to an instance of an object.

How can I fix this error and use Azure Repos as remote directory from App Service Editor

Avatar of harshseo

Verify credentials, check remote URL, ensure synchronization, reset remote URL, and if necessary, delete and re-add the remote repository to fix errors when using Azure Repos as a remote directory.

Avatar of Guest9218461198
Please Sign Up to comment.

If you need help, please contact our Help and Support team.