'How to clone a repo from BitBucket into PyCharm
I have PyCharm 2021.3.3 installed and I've got an account on BitBucket.
I'm aware BitBucket recommends using "App Passwords" and I've been able to successfully utilise this when using command line Git yesterday. I've set another password up specifically for PyCharm, but neither that, nor my standard login password are working.
The process I'm following:
- Open PyCharm, click Get from VCS.
- Paste the repo URI into the URL box.
- Click Clone. I am prompted with an Atlassian branded login box asking for my email and password. I enter them.
- I am then taken back to PyCharm where it asks a second time for the same information. I enter it again.
No combination of using my regular password, nor the app password in either box is working.
Can someone please help me to understand what's going wrong with this?
Solution 1:[1]
Adding the 'git clone' command to the URL allowed this to work. You can't just paste the HTTPS address.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dan |
