Trying to connect bitbucket set for my organization (freddiemac)

Issue #398 resolved
Venkata Mamilla created an issue

I am adding the Bitbucket customized setting

Given the URL, Add Bitbucket site

and given my user name and on password enter the token

But I am getting the error saying timed out

Comments (6)

  1. Pramod Busam Account Deactivated

    Can you try running the following command from your terminal to verify that it's not an issue with username/token combination (replace {username} with your login username).

    curl -X POST -u username:password -H "X-Atlassian-Token: no-check" http://example.com/rest/1.0/latest/users/{username}
    

    If your requests need to go through an http proxy, you can try setting atlascode.enableHttpsTunnel in VS Code settings UI (Preferences: Open Settings (UI) from command palette).

    Let us know if any of the above work.

  2. Pramod Busam Account Deactivated

    @Venkata Mamilla Were you able to run the curl command? Let us know if it's still an issue.

  3. Pramod Busam Account Deactivated

    Closing due to lack of response and no other reports, but please do reopen this issue if issue persists.

  4. Log in to comment