【发布时间】:2019-12-25 10:23:47
【问题描述】:
我尝试使用此命令 git push -u origin --all 将 git 存储库推送到 Azure Repos,它要求输入“https://itzikgb0643@dev.azure.com”的密码。
我应该输入哪个密码?
我已经设置了 SSH 密钥并将其上传到 Azure DevOps 服务器。
【问题讨论】:
-
使用
git remote -v命令检查 git 远程并确保您已使用 HTTPS 或 SSH 进行克隆。 -
您好朋友,看来Vonc的回答有助于解决您的问题,如果是这样,请考虑accepting it as answer,见here。只是一个提醒:)
标签: git azure-devops