0

I have a Desktop computer and a laptop. I have setup VS Code on the desktop and synced some repoes (ssh clone) and it works perfectly. On my Laptop, I ssh with same account to VS Code and opens the cloned folders, but from there I can't pull/push the repo's.

I had this running before I had to reinstall my desktop, but I can't figure out what should be different, or what/where any relevant logfiles is.

Both desktop and laptop are running Windows 11, one change though is that the Deskop is running preview build of Windows 11.

starball
  • 20,030
  • 7
  • 43
  • 238
nOrphf
  • 15
  • 4
  • possibly related: https://github.com/microsoft/vscode/issues/94417, https://stackoverflow.com/q/61022777/11107541. also https://stackoverflow.com/q/71141375/11107541. do you get any error messages anywhere? (check also the Output Panel's various channels) – starball Aug 24 '23 at 09:06

1 Answers1

-2

There could be several reasons why you're unable to pull/push the repos on your laptop. You could take a look in:

  • SSH Key Configuration;
  • VS Code SSH Extension;
  • Git Configuration.
starball
  • 20,030
  • 7
  • 43
  • 238
  • 1
    could you please expand on each of these points and give steps on what specifically to check for them and why they could be issues? – starball Aug 24 '23 at 09:04