0

My password has @ in it and the command is failing. what's the alternative? git clone https://username:password@github.#########XXXXX####.com

1 Answers1

1

I would use the ssh+git protocol.

The other alternative is to get a token from github and use that instead of user/pw.

putting passwords directly on the command line is a bad practice.

Adam Dymitruk
  • 124,556
  • 26
  • 146
  • 141