mount: /proc/fs/nfsd: unknown filesystem type 'nfsd'. proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a proc-fs-nfsd.mount: Failed with result 'exit-code'. nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
core.sshCommand
If this variable is set, git fetch and git push will use the specified command instead of ssh when they need to connect to a remote system. The command is in the same form as the GIT_SSH_COMMAND environment variable and is overridden when the environment variable is set.
另一种比较暴力的方式:把 git 那套 ssh 指向 Windows 10 OpenSSH。
用管理员权限运行 cmd,输入:
1 2 3 4 5 6
cd "%ProgramFiles%\git\usr\bin" ren ssh.exe -ssh.exe mklink ssh.exe %windir%\System32\OpenSSH\ssh.exe
把 TTL 线插入 PC USB 口,Windows 10 会自动安装驱动,然而 Prolific USB-to-Serial Comm Port 版本 3.8.31.0 [2019/7/30] 和 Prolific USB-to-Serial Comm Port 版本 3.8.18.0 [2017/10/17] 都不能正常工作。这说明 PL2303 芯片已经被淘汰……买 TTL 线请选当下流行的其它芯片。
搜“PL2303_Prolific_GPS_1013_20090319”,装“Prolific USB-to-Serial Comm Port 版本 3.3.2.105 [2008/10/27]”,可正常工作。