1 .Azure DevOps配置好秘钥:
https://docs.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops
2. 使用git执行如下命令
git config --global user.email “you@example.com”
git config --global user.name “Your Name”
Pycharm使用git链接TFS
最新推荐文章于 2024-05-09 09:45:29 发布