WSL2 start work not working

Issue #441 resolved
Łukasz Byjoś created an issue

I just started using WSL2 with VS code remote and I’m trying to use start work. When I click start button its spinning for like a minute and nothing happens. There is no error but also no change.

Version: 1.46.1 (user setup)
Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d
Date: 2020-06-17T21:13:20.174Z
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.19042

Comments (5)

  1. Łukasz Byjoś Account Deactivated reporter

    One more observations, it’s moving issue from column to column but it’s not creating new git branch etc

  2. Pramod Busam Account Deactivated

    It looks like there's an issue running git commands. Can you check for errors in the logs mentioned below:

    • Run Git: Show Git Output from the command palette. This opens VS Code's built in git logs which the extension uses.
    • In the extension settings, under General -> Miscellaneous Settings, set the output level to debug and select Atlassian in the top right dropdown in the output pane and you should see the extension's logs.
  3. Łukasz Byjoś Account Deactivated reporter

    Sorry for late reply. All git do is fetch and looks like it’s failing on this stage.

    git fetch origin develop
    

    I have enabled debug output level in Uset/WSL/Workspace but all I got is

    [2020-07-07 20:42:25:619] Atlassian for VS Code (v2.6.6) activated in 83 ms 
    

  4. Łukasz Byjoś Account Deactivated reporter

    It worked when I configured keychain in WSL2 and it stores password to my keyfile.

  5. Log in to comment