有些时候,git 的速度很慢,我们可能需要设置一个合适的代理来加速。
设置代理
全局设置代理:
git config --global http.proxy socks5h://127.0.0.1:7891
仅为 GitHub 设置代理:
git config --global http.https://github.com.proxy socks5h://127.0.0.1:7891
为 SSH 协议设置代理:在 ~/.ssh/config
文件内添加以下内容:
Host github.com
ProxyCommand nc -X 5 -x 127.0.0.1:7891 %h %p
取消代理
git config --global --unset http.proxy
将 ~/.ssh/config
中的代理设置删除。
因为今天我也恰好在寻觅新主题就漂移过来了233
换框架太麻烦了,只有换换主题才能维持生活这个样子
震惊,稳烧换主题了
最近看到个非常牛逼的主题,wp和hexo都有,作者主页
https://sakura.2heng.xin/
贼好看,名字叫sakura
https://2heng.xin/theme-sakura/#toc-head-1
刚换就被你看到了👀,其实是换了博客程序,在用 Ghost 🤣