I want to clone git repository by adding username and password for authenticate like this:
https://myUserName:myPassWord@myGitRepositoryAddress/myAuthentificationName/myRepository.git
But my password includes @
(like 123@asd
) and this cause problem in git repository url and I get error like this:
https://123@myGitRepositoryAddress/myAuthentificationName/myRepository.git
and first @
consider as seperator.