I cannot clone a simple repository from Azure DevOps.
OS: Ubuntu 18.10
I do this:
- Got to Azure DevOps
- Click on the top right corner on my user name
- Go to the security tab
- Create a PAT with all the scope (to be sure there is no scope
problem)
- Copy the PAT to the clipboard
- Paste the PAT somewhere else to confirm the PAT has been copied correctly (I know... not safe but that is out of the scope of this question)
- Go to my console
- Issue:
git clone https://myorganization.visualstudio.com/myproject/_git/myrepo/
- I enter the user name and the password (the PAT)
I keep getting this message from Git:
fatal: Authentication failed for 'https://myorganization.visualstudio.com/myproject/_git/myrepo/'
I was reading the solutions of other people but none worked for me.
I also tried this:
Any clue why this is not working?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…