美文网首页
vscode Server installation proce

vscode Server installation proce

作者: Lanlan_78d1 | 来源:发表于2020-05-07 17:26 被阅读0次

<~~~不知道为什么这个bug已经遇到好几次,遇到的情况都是local ssh to server,terminal突然卡住,然后重启vscode,再次登录就是无法用vscode ssh to server, error 同title
bug我还想不通,但是这个问题挺好解决。

How to be solved?

1 . Find this line in your output area!

[09:52:13.523] stderr> ln: failed to create hard link '/home/sma/.vscode-server/bin/78a4c91400152c0f27ba4d363eb56d2835f9903a/vscode-remote-lock.sma.78a4c91400152c0f27ba4d363eb56d2835f9903a': File exists
  1. remove this doc
rm /home/sma/.vscode-server/bin/78a4c91400152c0f27ba4d363eb56d2835f9903a/vscode-remote-lock.sma.78a4c91400152c0f27ba4d363eb56d2835f9903a
  1. Congratulations! It works!

Reference: https://github.com/microsoft/vscode-remote-release/issues/2507

相关文章

网友评论

      本文标题:vscode Server installation proce

      本文链接:https://www.haomeiwen.com/subject/uloaghtx.html