logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Centos7系统安装yum遇到的问题failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try。

起初我linux上Centos7在yum上下载nginx出现这个提示,后来看了很多博客说是执行下面三个语句就能解决,但是我的还是不行!yum clean allyum clean metadatayum update这里我就说一下我的原因,应该是我的linux网络问题,所以各位先检查下自己的网络是否已经连接ping www.baidu.com如果可以ping通,那我就不确定你们是什么原因了,如果你

#linux#centos
Centos7系统安装yum遇到的问题failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try。

起初我linux上Centos7在yum上下载nginx出现这个提示,后来看了很多博客说是执行下面三个语句就能解决,但是我的还是不行!yum clean allyum clean metadatayum update这里我就说一下我的原因,应该是我的linux网络问题,所以各位先检查下自己的网络是否已经连接ping www.baidu.com如果可以ping通,那我就不确定你们是什么原因了,如果你

#linux#centos
解决:使用git push出现Everything up-to-date以及如何忽略.idea文件

1.使用git push出现"Everything up-to-date"本地使用Git Bash Here提交项目是出现报错"Everything up-to-date"提交项目步骤git add .将当前目录下的代码添加到本地git缓存区中git status查看提交信息,查看是否推送无用文件git commit -m "描述信息"推送修改到本地git库中git push origin mas

#java#git
解决:npm install报错gyp ERR&! stack Error: Can‘t find Python executable python

1.记录一下使用npm install发生的报错gyp ERR! configure errorgyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.gyp ERR! stackat PythonFinder.failNoPython (D:\IntelliJ

#windows
解决:npm install报错gyp ERR&! stack Error: Can‘t find Python executable python

1.记录一下使用npm install发生的报错gyp ERR! configure errorgyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.gyp ERR! stackat PythonFinder.failNoPython (D:\IntelliJ

#windows
到底了