Forums

How do you push with git and have it not require a password?

I push with

git push -u pythonanywhere master

and i constantly need to type in my long complicated password, how do i not require a pssword like you can do with ssh

Have a look at this blog post under the heading "Adding PythonAnywhere as a remote in your local repo". There's also a link at the end of the section to more in-depth instructions.