在使用Git进行版本控制时,每次提交代码时都要求输入用户名和密码,这对于频繁提交的开发者来说会显得十分繁琐。通过配置SSH密钥,可以实现免密码提交代码,既提升了工作效率,也增强了安全性。本文将介绍如何在Git服务器上使用SSH密钥进行身份验证,替代每次输入账户密码的方式。
Alan's Site
Life is a journey.
2024-10-22
2024-10-13
在这篇博客中, 我将讨论如何将Font Awesome从v4迁移到v5, 并选择合适的方式加载图标库, 帮助你优化图标加载性
2024-10-06
Style your Terminal
- https://www.nerdfonts.com/font-downloads
- https://flyeric.top/archives/iterm2-with-ai
- https://draculatheme.com/iterm
- https://sspai.com/post/63241
Useful plugins
- zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions
- auto-jump: https://github.com/wting/autojump
—Not Finished