简单给openwrt安装git功能

简介

Openwrt一般是不会默认带有git功能的,如果需要使用git的话,需要单独安装。下面使用几条简单命令来安装git。

 

教程

更新

opkg update

安装Git

opkg remove git
opkg install git-http
opkg install ca-bundle

- openwrtgitanzhuang

上一篇 docker运行提示WSL integration with distro…解决方法
下一篇 clash中Gloabal Rule的使用介绍