user8472639
user8472639

Reputation: 63

Failed to connect to repository

I have just installed the jenkins in mac while connection bitbucket and jenkins i am getting this errors Failed to connect to repository : Command "git ls-remote -h https://[email protected]/team/repo.git HEAD" returned status code 128: stdout: stderr: fatal: unable to access 'https://[email protected]/team/repo.git/': Port number ended with 'p'

here is the screenshots error screenshots

Upvotes: 0

Views: 1449

Answers (3)

IntelCapols
IntelCapols

Reputation: 1

Add credential : I guess that your repository is private so you might need to add credential even if you use something like 'root' and ''.

Upvotes: 0

apr_1985
apr_1985

Reputation: 1962

The error message in the screenshot says invalid username or password. You need to select some credentials in the drop down to use with bitbucket. If you haven’t configured any yet you can add them by clicking the key button called add.

Upvotes: 1

dossani
dossani

Reputation: 1948

Try proxy settings in jenkins or with http only in bitbucket URL.

Hope it helps.

Thanks.

Upvotes: 0

Related Questions