I try to make a clone (mirror) of my bitbucket repo using jenkins execute shell (not the git plugin).
My credentials:
username
passwd
are saved in a variable: myuser
The credentials are right. We used this plugin to save the credentials. We're doing exactly the same for some other repo's (on our local git, not bitbucket) and it's working very good.
Now I try:
git clone --mirror https://${myuser}@bitbucket.org/team/repo.git
The error I'm facing is:
fatal: unable to access 'https://****@bitbucket.org/team/repo.git/': Port number ended with 'T'