I have a password that has ! in it and when am trying to clone a repository from git using the following syntax:
git clone https://username:password!@github.com/org/repository.git
I am getting this error:
bash: !@github.com/org/repository.git: event not found
How can I fix it without changing password?
I am in Linux. I have used this in windows without any problem.