0

I have a GitHub repo that I want to push to from my Raspberry Pi using HTTPS. The problem is that every time I want to push, git asks me for the username and password. On my regular PC (MacBook Pro) this never happens. Is there some setting to save the password and not just a workaround that has to be repeated with every repository?

user11914177
  • 885
  • 11
  • 33

1 Answers1

0

As seen in this question the credential helper can be used to save the password. It seems it is default on macOS.

user11914177
  • 885
  • 11
  • 33