Reputation: 63
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'
Upvotes: 0
Views: 1449
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
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
Reputation: 1948
Try proxy settings in jenkins or with http only in bitbucket URL.
Hope it helps.
Thanks.
Upvotes: 0