Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Password is needed to access remote git repositories. There
There is no support for ssh connections. But
Git allow to store authentication parameters ( the default location is ~/.git-credentials):

Code Block
$ git config --global credential.helper store


...