Openwrt一般是不会默认带有git功能的,如果需要使用git的话,需要单独安装。下面使用几条简单命令来安装git。 教程 更新 opkg update 安装Git opkg remove git opkg install git-http opkg install ca-bundle