Forums

using app password from bitbucket for pulling my code

Hi, I've noticed that bitbucket is going to disable authentication by HTTPS passwords. They also provide a way to create an app password, which I am supposed to copy and paste once and forget about it. How to I use this in pythonanywhere bash consoles?

My usual workflow is $ git pull

then I enter my username and password and the work gets pulled.

Thanks in advance :)

Configure your git on PythonAnywhere. Maybe consider using ssh instead of https.