I'm using NetBeans 8.2 on Windows 10 trying to clone a repo from BitBucket. Here are the steps I've done:
- Go to Team > Git > Clone...
- Copied the project URL to the Repository URL field: https://bitbucket.org/thiagomp/linkcheckr/src/master/ I've also tried https://bitbucket.org/thiagomp/linkcheckr.git
- Created an App Password on BitBucket
- Inserted the User and Password according to the password generated by BitBucket on step #3
- Click on Next button to get the "Incorrect credentials for the repository at https://bitbucket.org/thiagomp/linkcheckr/src/master/"
Here is a screenshot of the Netbeans configuration
Would you please help me with the correct way to input the BitBucket credentials on NetBeans 8.2? Thanks in advance for your help!