Eagle233-Blog

Categories Troubleshooting

5 posts

[Troubleshooting] Windows 上配置 ssh-agent 实现 Git 和 ssh 免密码


Categories Troubleshooting | Tags

# 启动 agent(如果未启动) Start-Service ssh-agent # 设置开机自动启动 Set-Service -Name ssh-agent -StartupType Au...

[Troubleshooting] Git alias 记录


Categories Troubleshooting | Tags

设置自动 commit 时间戳 alias git config --global alias.cmt '!git add -A && git commit -m "$(da...

[Troubleshooting] 将 WSL2 的 SSH 端口映射到公网


Categories Troubleshooting | Tags

目标 WSL2 内 SSH 服务监听端口 22 Windows 本地端口 1145 转发到 WSL2 的 22 公网访问 Windows 公网 IP 的 1145 端口即可 SSH 登录 WSL...

[Troubleshooting] 在 WSL2 中实现代理


Categories Troubleshooting | Tags

网上一大堆花里胡哨的方式,其实只要在 Clash 中打开 TUN模式 就可以了…

[Troubleshooting] 在本地配置 CS50x 环境


Categories Troubleshooting | Tags

CS50x 提供的在线VS Code其实无需配环境即可使用。为了熟悉命令的使用,我选择在本地部署环境。但是,直接在 Windows 下安装submit50 style50 check50等工具会...


© 2025 Eagle233
Powered By Hexo & Theme mdsuper
Search