码迷,mamicode.com
首页 >  
搜索关键字:mirrors    ( 3532个结果
sass安装报错
这个错误是因为sass安装时获取源的问题,先修改sass安装的源,再运行npm install就成功了 在命令行中敲入: npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass ...
分类:其他好文   时间:2021-07-27 17:41:09    阅读次数:0
【projector】jetbrains使用服务器远程开发
有多重安装方式,这里以pip安装为例。目前已经支持中文输入法了。 参考:https://github.com/JetBrains/projector-installer (base) [root@Openwrt ~]# wget https://mirrors.bfsu.edu.cn/anacond ...
分类:其他好文   时间:2021-07-12 18:02:23    阅读次数:0
这是一个测试文章
1、下载 node 可以自己下载 node 镜像: https://npm.taobao.org/mirrors/node/ 或直接在命令行运行以下命令: wget https://npm.taobao.org/mirrors/node/v14.15.0/node-v14.15.0-linux-x6 ...
分类:其他好文   时间:2021-07-05 18:26:28    阅读次数:0
git在linux安装步骤详解!!
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:系统相关   时间:2021-07-05 17:05:30    阅读次数:0
QEMU树莓派下配置及安装软件-3
1、设置加速,修改/etc/apt/sources.list如下 deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi deb-src http://mirrors.tu ...
分类:其他好文   时间:2021-07-05 16:54:39    阅读次数:0
ubuntu18.04 软件源配置
一、配置软件源1.1 运行命令: sudo gedit /etc/apt/sources.list1.2 在文件中加入软件源 清华源: deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe m ...
分类:系统相关   时间:2021-06-30 18:36:50    阅读次数:0
Github上传项目
1. 登录github并创建一个仓库 2. 安装git客户端 2.1 下载git 官网:git-scm.com/download/ 镜像:https://npm.taobao.org/mirrors/git-for-windows/?utm_source=qq&utm_medium=social&u ...
分类:Web程序   时间:2021-06-30 18:00:40    阅读次数:0
gitlab本地服务器的搭建
gitlab本地服务器搭建 1.依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates 执行完成后,邮件配置时选择Internet即可. 2.GitLab安装 2.1官方教程 如果按照 ...
分类:其他好文   时间:2021-06-24 17:38:29    阅读次数:0
Git配置和使用?Git你真的会用么?Git与SVN的主要区别
1、Git环境配置 下载地址:https://git-scm.com/ 也就是Git官网 官网下载太慢,我们可以使用淘宝镜像下载:http://npm.taobao.org/mirrors/git-for-windows/ 下载完成后,傻瓜式安装即可 安装完成后,我们在开始菜单Git项菜单小有3个程 ...
分类:其他好文   时间:2021-06-23 17:03:31    阅读次数:0
CentOS7部署Zookeeper
1.下载Zookeeper 官网 使用wget下载: wget https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7.0-bin.tar.gz 2.解压资源 # 解压资源到指定目录下 tar ...
分类:其他好文   时间:2021-06-18 20:04:20    阅读次数:0
3532条   1 2 3 4 ... 354 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!