摘要:
MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面 1. on ubuntu 18.04 + First of install the openssh-server sudo apt-get install openssh-server Edit /etc/ssh/ 阅读全文
摘要:
VSCODE 插件推荐 Gitlens插件 查看代码提交 (可以看是哪个文件是谁写的,什么时候改的) Remote Development (远程开发) Markdown All in One (让vscode支持markdown .md文件) Markdown Preview Enhanced ( 阅读全文
摘要:
github出现 fatal: could not read Username for 'https://github.com': No such file or directory 编辑~/.gitconfig并添加以下内容: [url "git@github.com:"] insteadOf = 阅读全文