I use GitLab CE. I init a new repo by import URL:
https://username:password@gitlab.company.com/group/project.git
In my password have a special character @
. Then error:
Cloning into bare repository '/var/opt/gitlab/git-data/repositories/vydn/myzip.git'...
fatal: unable to access 'https://username:p@ssword@gitlab.company.com/group/project.git': Couldn't resolve host 'ssword@gitlab.company.com/group/project.git'
How to use password has character @
in this context?
As mentioned in GitLab CE issue 7986
Send
username & password
separatelyOr, you can save your
username
&password
to reduce the number of time you must type your username/passwordSee more