如何在 WSL 中共享 Windows 10 的 SSH keys
Posted on Fri 30 April 2021 in Tips • Tagged with Windows Subsystem for Linux
Posted on Fri 30 April 2021 in Tips • Tagged with Windows Subsystem for Linux
Posted on Wed 11 March 2020 in Tips • Tagged with Tips, Windows 10, Google Drive
Posted on Mon 30 December 2019 in Tips • Tagged with Visual Studio Code, Cascadia Code
Posted on Wed 24 April 2019 in Tips • Tagged with Bash, Shell scripts, Linux, Windows Subsystem for Linux
在使用WSL執行 bash script 有時會遇到像這樣的錯誤:
-bash: '\r': command not found
經過搜尋之後在stackoverflow找到解答,該錯誤訊息是因為 Windows 的 newline 符 …