切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
×
搜索
文章
动弹
热门关键词
重读《掌控习惯》
ChatGPT
Docker
Laravel
读书
跑步
#daily tips#
#稍后阅读#
Falcon
2022-08-09 02:35
冒泡
N1的openwrt用 opkg install git后,克隆一个https的仓库报错:git: 'remote-https' is not a git command. See 'git --help'.
因为这时安装的git不支持https协议,需要再安装git-http,即 opkg install git-http
0
暂无评论