I'm using VSCode remotly into my project folder located (symlink) into WSL 2 VM. I cloned my repo from Bitbucket using SSH and the terminal.
On the bottom left corner, it indicate WSL: Ubuntu
, so I'm currently using it remotly. ALL GOOD
If I click the Git branch indicator, I can see local branchs and remote one. ALL GOOD
The problem is that when I click to synchronize everything after a local commit, it spins forever. Well, not really, I lose patience before forever happen... Currently about 30 minutes on the current test.
If I do git push
into the terminal, everything goes as expected.
Any one got an idea on why it's doing this? How can I solve that problem?
My Git output into VSCode constantly return this git rev-parse --show-toplevel
?
I did git config
for both user.name and user.email
SSH key is set on Bitbucket. Windows and WSL 2 are using the same public/private key.
Thank you