Unable to Push to Azure

Brama brahim 6 Reputation points
2021-03-13T15:37:12.853+00:00

I have the following error message and can´t figure out how to solve this problem, because I can´t push my stuff to azure. "master" is transmitted via push. Error while trying to push to the remoterepository: Git failed with a fatal error. Git failed with a fatal error. Cannot determine the organization name for this 'dev.azure.com' remote URL. Ensure the credential.useHttpPath configuration value is set, or set the organization name as the user in the remote URL '{org}@AzDev .azure.com'. Pushing to https://dev.azure.com/....(personal data) To https://dev.azure.com/....(personal data) = [up to date] master -> master updating local tracking ref 'refs/remotes/origin/master' Everything up-to-date I had to translate a few messages to english. If anyone had a clue that would be nice.

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
295 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. ajkuma 24,396 Reputation points Microsoft Employee
    2021-03-15T21:38:12.02+00:00

    @Brama brahim , Thanks for the question! Apologies for the delay in responding here.

    To better assist you on this, could you please share more details on your deployment setup and configuration? Are you pushing to Azure App Service or leveraging Azure Notification Service?

    A few things you could try to narrow-down the issue:

    Kindly review for any proxy references in the Git config global file.
    Validate the credentials used Git credential manager/Windows. Also, please check it it’s the right branch is 'main" or ‘master’.

    Note: Kindly do not share any PII information on the public forum.

    P.S. We may have to add/re-tag to receive insights from the targetted audience/SMEs.

    See - Azure DevOps Services support

    0 comments No comments