I have a Github repo that I develop both locally and on Pythonanywhere. However, it's only on Pythonanywhere that I'm prompted to enter my username + Git token every time I do something like git pull
. It's a bit annoying as I also use Pythonanywhere on two different machines and only one of them has the token, so a bit of laziness is in play here :P
If it's important, I use three Git tokens: two for my two machines and one for the Pythonanywhere repo, and I cloned all of them using HTTPS. Is there any way so that I don't have to enter my credentials every time?