Is there a way to cache https credentials for pushing commits?
Asked 07 September, 2021
Viewed 1.3K times
  • 55
Votes

I recently switched to synchronizing my repositories to https:// on GitHub (due to firewall issues), and it asks for a password every time.

Is there a way to cache the credentials, instead of authenticating every time that git push?

24 Answer