我已经使用buildroot为我的RPi3构建了linux系统。它可以正常启动,并且我可以正常访问有线连接。然而,我仍然坚持启用wlan。
以下是我到目前为止所做的工作。使用buildroot构建文件系统:
make raspberrypi3_defconfig
make
在成功引导linux之后,我按照链接启用了无线局域网。正如这篇文章的作者所提到的,我必须通过运行make linux-menuconfig来选择一些与无线相关的软件包。但是当我运行它时,这些包已经被选中了。然后,我运行make menuconfig并选择wpa_supplicant和其他包。
现在,当我启动RPi3时,当我运
我有Linux机器服务器,它在域中,并连接在局域网网络中,我的计算机上有一个centos7虚拟机,它不在域中,我想通过局域网连接到Linux机器服务器,并使用ssh命令推送我的git。但是我不能。有什么解决办法吗? $ git clone ssh://git@10.100.184.17:22/hostextera.git
Error : does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct acc