wuli次十七 发表于 2023-7-17 19:56:48

请问插入insert那一步 我输入不了代码 是怎么回事

wuli次十七 发表于 2023-7-17 19:58:45

月上柳梢 发表于 2022-10-4 13:32
开始输入小甲鱼发的代码,按操作按了一下ESC键,左下角出现了红色的一行 E348:NO string under cursor然后 ...

到底是怎么回事呀

wuli次十七 发表于 2023-7-17 20:48:38

wuli次十七 发表于 2023-7-17 19:56
请问插入insert那一步 我输入不了代码 是怎么回事

解决了

MitzBootz 发表于 2023-8-8 17:45:06

本帖最后由 MitzBootz 于 2023-8-8 17:49 编辑

不重名就行 发表于 2023-2-18 11:39
看来大家都一样,我也是,纯萌新,只能等大佬回复了

出现这个报错是网没配好,拉取不到yum仓库,需要修改一下网络设置
使用nmcli connection show查看一下当前的网络连接状态,如果ens开头的那个连接没有显示绿色,就代表网络未连接
以下参考内容中,设备名和连接名都是以ens33为例,这个名字在每台虚拟机上的表现各不相同,在修改时需要替换成刚刚查到的ens开头的名字


可以通过编辑网络配置文件或者使用nmcli connection modify命令的方式,来编辑网络连接
两种方法可以随意选择使用,使用参考如下:

1. 如果要编辑网络配置文件,在命令行使用vi /etc/sysconfig/network-scripts/ifcfg-ens33打开网络配置文件,更改其中的内容参考如下:
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens33
UUID=c1a03648-fd96-4525-9e65-55b693574de3
DEVICE=ens33
ONBOOT=yes
IPADDR=192.168.80.100
PREFIX=24
GATEWAY=192.168.80.2
DNS1=8.8.8.8
2. 如果使用nmcli connection modify命令修改网络连接,内容参考如下:
nmcli connection modify ens33 ipv4.method manual ipv4.addresses 192.168.80.100/24 ipv4.gateway 192.168.80.2 ipv4.dns 8.8.8.8 connection.autoconnect yes

修改完成后,使用nmcli connection up ens33来启动连接
使用nmcli connection show或者ip a检查网络连接是否已经开启
使用ping 随意一个网址检查网络连接是否正常,能否与外网连接

网络连接正常后,就可以再次尝试yum -y install命令了

无先了 发表于 2023-9-26 00:16:25

你做鬼也不放你~ 发表于 2015-9-23 11:46
鱼哥,这篇帖的第一步到第二步是怎么过渡的,抱歉呀,我没看懂~

第二步是输入密码.但是看不见.

healthcilfff 发表于 2023-11-20 19:35:25

这个怎么办啊,哪位能教下我啊,拜托了

1760412745 发表于 2023-12-28 23:54:37

就是yum用不了没有这个命令这么办,

LHX2 发表于 2024-3-8 23:37:53

我正常输入了,但是它一直显示-bash: command not found 这是怎么回事?它一直显示。我确定我没有输错。ymy -y install gcc-g++ krnel-devel

LHX2 发表于 2024-3-8 23:42:01

LHX2 发表于 2024-3-8 23:37
我正常输入了,但是它一直显示-bash: command not found 这是怎么回事?它一直显示。我确定我没有输错。ymy ...

他的年代
这么久远,是不是停止维护了?突然想起来。

小妃爱学习 发表于 2024-3-30 23:53:33

到最后一部 输入那个 gcc test. && ./a.out 那里显示 gcc fatal error no put files 咋解决呀

eric0511 发表于 2024-4-4 13:59:17

healthcilfff 发表于 2023-11-20 19:35
这个怎么办啊,哪位能教下我啊,拜托了

我和你一样卡这个页面,你解决没有

leoaaa 发表于 2024-6-29 17:16:42

哇哇哇哇哇哇哇哇哇哇哇哇哇哇哇哇

YangDF 发表于 2024-7-13 22:50:18

neoits 发表于 2023-7-6 14:29
安装不成功,是不是现在不更新了。

你的这个问题解决了吗?感觉还没开始就已经想放弃了{:5_104:}

以此为由 发表于 2024-7-26 18:17:57

感谢

以此为由 发表于 2024-7-26 21:18:13

三木先生 发表于 2021-7-9 10:18
时隔几天后,考完试了,我又回来搭建了,之前就一直卡在了安装gcc上,也看了更早之前的评论,也去操作了, ...

还是没用,会提示cant find。我也找了很多解决方法,都不奏效,后面还有很多人说都卡在了这一步,哎

注册 发表于 2024-8-5 08:34:19

这是发生什么事了"C:\Users\nu\Desktop\搜狗截图20240805080330.png""C:\Users\nu\Desktop\搜狗截图20240805082543.png"

xiaoyuer000 发表于 2024-8-11 01:40:24

gcc test.c &&./a out   
- bash : gcc: command not found
输入 gcc test.c && ./a.out 命令,程序被成功地执行(在终端上打印一行字符串:I love FishC):
打印不出来 怎么办?求助大神呀这关卡气了 过不了呀

一只小鸮 发表于 2024-8-13 07:39:29

请问yum输入安装之后出现
Cannot find a valid baseurl for repo: base/7/x86_64是为什么
{:10_266:}{:10_266:}

tianyih 发表于 2024-8-13 12:51:15

本帖最后由 tianyih 于 2024-8-13 12:52 编辑

输入 yum -y install gcc gcc-c++ kernel-devel 出现错误,什么原因?
cannot find a valid baseurl for repo:base/7/x86_64
https://i.postimg.cc/hthnjmHV/20240813074913.jpg

白小飞0815 发表于 2024-8-17 16:06:20

本帖最后由 白小飞0815 于 2024-8-17 16:15 编辑

为什么我输入这个命令yum -y install gcc gcc-c++ kernel-devel 会不成功,弹出什么:
One of the configured repositories failed (lnknown)and yum doesn't have enough cached data to continue. At this point the onlysafe thing yum can do is fail, There are a few ways to work 'fix" this:
1.Contact the upstream for the repository and get them to fix the problem.
Reconf igure the baseurl/etc, for the repository, to point to a workingupstream, This is most often useful if you are using a newerdistribution release than is supported by the repository (and thepackages for the previous distribution release still work).
3.Run the command with the repository temporarily disabledyum --disablerepo=<repoid>
Disable the repository permanently, so yum won't use it by default. Yumwill then just igmore the repository util you permaently enable itaga in or use --enablerepo for temporary usage :
yum-config-manager --disable <repoid>
N1
subscription-manager repos--disable=<repoid>
Conf igure the failing repository to be skipped, if it is unavailable.Note that yum will try to contact the repo, when it runs most commandsso will have to try and fail each time (and thus. yum will be be muchslower). If it is a very temporary problem though, this is often a nicecompromise :
yum-conf ig-manager --save--setopt=<repoid>.skip if unavailable=true
页: 16 17 18 19 20 21 22 23 24 25 [26] 27
查看完整版本: 搭建C语言学习环境:配置CentOS并安装GCC(*)