Authentication failed for Azure Git

后端 未结 18 1164
攒了一身酷
攒了一身酷 2020-12-31 03:19

I\'m trying to clone my webapp in Azure.

When I run git clone https://username@appname.scm.azurewebsites.net:443/appname.git the terminal asks me for my

18条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 04:07

    For me it was a matter of cloning the project with the remote url and cancelling the windows security prompt. Afterwards, it'll ask you for the password. Once you're able to clone it, you can push it successfully.

    Moral of the story: Clone it first before pushing.

提交回复
热议问题